export declare function readFileOp(path: string): Promise; export declare function writeFileOp(path: string, content: string): Promise; export declare function listDir(path: string): Promise; //# sourceMappingURL=file-ops.d.ts.map