import { LogOptions, LogResult } from '../../../typings'; import { StringTask } from '../types'; export declare function stashListTask(opt: LogOptions | undefined, customArgs: string[]): StringTask;