export declare function quoted(str: string): string; export declare function copyFolderRecursive(src: string, dest: string): Promise;