import { FileMap } from '../types'; export declare function serializeFileMap(fileMap: FileMap, dir: string): Promise;