export declare const wait: (ms: number) => Promise; /** * * @param path Input path that needed to be processed * * @returns {String} Processed string that starts with '/disk' prefix and don't have slash at end */ export declare const processPath: (path: string) => string;