export declare const oasMeta: { readonly info: { readonly title: "Payments API"; readonly description: "\nThe payments API allows you to initiate and manage payments and vendors from your Brex business accounts.\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_payments.oas.meta.d.ts.map