import * as d from '../../declarations';
export declare function generateHashedCopy(config: d.Config, compilerCtx: d.CompilerCtx, path: string): Promise<string>;
