export declare function resolvePath(value: string): string; export declare function read(file: string): Promise; export declare function write(file: string, data: unknown): Promise;