import type { NAME } from '../shared/constants.ts'; import type { SnapshotMeta } from '../shared/types.ts'; declare let vitestSuite: Awaited; export type CurrentTest = ReturnType & { meta: { [NAME]?: SnapshotMeta<'pixel' | 'ssim'> & { isAutoSnapshot?: boolean | undefined; }; }; }; export declare const getCurrentTest: () => CurrentTest; export declare const getCurrentSuite: () => import("vitest").SuiteCollector; export {}; //# sourceMappingURL=vitest_suite_proxy.d.ts.map