import { describe } from 'vitest'; export declare const ENABLE_REAL_TESTS: boolean; export declare function describeIfReal(...args: Parameters): ReturnType; export declare function warnIfRealTestsSkipped(label: string): void; //# sourceMappingURL=real-test-helpers.d.ts.map