export declare const oasMeta: { readonly info: { readonly title: "Onboarding API"; readonly description: "\nThe onboarding API allows you to refer your customers and personal contacts to Brex.\n"; readonly contact: { readonly name: "Admin"; readonly url: "https://brex.com"; readonly email: "developer-access@brex.com"; }; readonly version: "1.0"; }; readonly servers: readonly [{ readonly url: "https://platform.brexapis.com"; readonly description: "Production"; }, { readonly url: "https://platform.staging.brexapps.com"; readonly description: "Staging (Note: This is not a sandbox. It will not work with customer tokens.)"; }]; }; export default oasMeta; //# sourceMappingURL=brex_onboarding.oas.meta.d.ts.map