export declare const writeFiles: (contentDirectoryPath: string, targetDirectoryPath: string, filenames: string[]) => Promise<void>[];
