export declare const oasMeta: { readonly info: { readonly title: "Budgets API"; readonly description: "\nThe budgets API lets you manage your Brex budgets.\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_budgets.oas.meta.d.ts.map