export declare const driverToFs: (key: string, file: string) => Promise<string>;
export declare const fsToDriver: (file: string, key: string) => Promise<string>;
