export interface FsPort {
    exists(path: string): boolean;
}
export declare const nodeFs: FsPort;
export declare const inMemoryFs: (existingPaths: string[]) => FsPort;
//# sourceMappingURL=fs.d.ts.map