import BaseCommand from '../base-command'; export declare function printFiles(command: BaseCommand, files: string[]): void; export declare function copyFiles(command: BaseCommand, sourceDirectory: string, outPutDirectory: string, vars: any, silent?: boolean): Promise; export declare function ensureFolderExists(path: string, empty?: boolean): void; export declare function ensureSymlinked(target: string, sourcePath: string): void;