github.com/jfrog/frogbot@v1.1.1-0.20231221090046-821a26f50338/action/node_modules/simple-git/dist/src/lib/tasks/stash-list.d.ts (about)

     1  import { LogOptions, LogResult } from '../../../typings';
     2  import type { StringTask } from '../types';
     3  import type { EmptyTask } from './task';
     4  export declare function stashListTask(opt: LogOptions<import("./log").DefaultLogFields> | undefined, customArgs: string[]): EmptyTask | StringTask<LogResult>;