export interface testCase { description?: string; file: string; expectedDiagnostics: string[]; } export default function describeTypescriptDefinition(typeName: string, testInputsDir: string, testCases: testCase[]): void; //# sourceMappingURL=test-runner.d.ts.map