import { FileMap } from '../types'; export declare function printFiles(printPath: string, files: FileMap): string;