import * as d from '../../declarations';
export declare function writeCacheStats(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): void;
export declare function getObjectSize(data: any, obj: any): void;
export declare function objectSizeEstimate(obj: any): number;
