import { Config } from '../config';
export declare function dirDelete(cfg: Config, input: string): Promise<boolean | Error>;
