export declare function copy(sourceFolder: any, destinationFolder: any, replaceList: Array<{
    reg: RegExp;
    text: string;
}>): void;
export declare function getPath(filePath: string): string | null;
