/** * */ declare function outputExpecterCode(orig: T | (() => T), fn: (proxy: T) => void): void; /** * Just do something the runtime can't optimize away * @param value */ declare function read(value: any): void; //# sourceMappingURL=dev_generateEsRuntimeBehaviourCheckerCode.d.ts.map