github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/simple-git/dist/src/lib/parsers/parse-remote-objects.d.ts (about)

     1  import { RemoteMessageResult, RemoteMessages } from '../../../typings';
     2  import { RemoteLineParser } from '../utils';
     3  export declare const remoteMessagesObjectParsers: RemoteLineParser<RemoteMessageResult<RemoteMessages>>[];