import { TypeSpecTestLibrary } from "@typespec/compiler/testing"; /** @deprecated Use `createTester` with the `@microsoft/typespec-msgraph` library instead. */ export declare const MsGraphTestLibrary: TypeSpecTestLibrary; /** @deprecated Use `createTester` with the reference model package instead. */ export declare const ReferenceModelTestLibrary: TypeSpecTestLibrary; /** @deprecated Use `createTester` with the generated reference model package instead. */ export declare const GeneratedReferenceModelTestLibrary: TypeSpecTestLibrary; //# sourceMappingURL=index.d.ts.map