import type { TestSuite } from './types';
export declare const testSuites: TestSuite[];
