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