export declare function readFileUtf8(...pathParts: string[]): Promise; export declare function hasFSReadPermission(): boolean; export declare function hashSHA1toHex(msg: string): string; export declare function walk(dir: string, params?: { match?: RegExp[]; skip?: RegExp[]; }): Promise; export declare function exists(filepath: string): Promise; export declare function input(message: string, params?: { silent?: boolean; }): Promise;