export declare function copyResources(srcPath: string, destPath: string): void;
/**
 * @throws {Error}
 */
export declare function replace(contents: string, match: string | RegExp, replace: string): string;
/**
 * @throws {Error}
 */
export declare function replaceAll(contents: string, match: string | RegExp, replace: string): string;
