export declare function runCode(code: string): Promise; interface ErrorConstructor { new (...args: any[]): Error; } export declare function expectCodeToFail(code: string, errorConstructor?: ErrorConstructor): Promise; export {}; //# sourceMappingURL=utils.d.ts.map