/** * copy a bunch of relative files from one root folder to another */ export declare const copyAllRelativeFiles: (relativeFilePaths: string[], absoluteSourceRoot: string, absoluteDestinationRoot: string, force?: boolean) => Promise; //# sourceMappingURL=copyAllRelativeFiles.d.ts.map