export declare const cachedCompile: <T>(name: string, version: string, src: any, fn: () => T) => T;
