export declare function ensureDir(path: string): Promise; export declare function readJsonFile(filePath: string, fallback: T): Promise; export declare function writeJsonFile(filePath: string, value: unknown): Promise; export declare function removePath(filePath: string): Promise;