export declare function printFileList(log: (message: string) => void, header: string, baseDir: string, files: string[]): Promise<void>;
