import { IDeletePathOrFileOption } from "../interface/i-delete-path-or-file-option"; export declare const deletePathOrFile: (deletePath: string, option?: IDeletePathOrFileOption) => void;