/**
 * Centralized URLs for example OpenAPI documents
 *
 * This makes it easy to switch if we ever want to switch to the registry for example
 */
export declare const PETSTORE_URL_2_0 = "https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-2.0.json";
export declare const PETSTORE_URL_3_0 = "https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-3.0.json";
export declare const PETSTORE_URL_3_1 = "https://storage.googleapis.com/scalar-test-fixtures/oas/petstore-3.1.json";
export declare const STRIPE_URL_3_0 = "https://storage.googleapis.com/scalar-test-fixtures/oas/stripe.json";
//# sourceMappingURL=oas-document-fixtures.d.ts.map