export declare const oasMeta: { readonly info: { readonly title: "Webhooks API"; readonly description: "\nBrex uses webhooks to send real-time notifications when events happen in the accounts that you manage.\nUse webhook subscriptions to subscribe to different webhook events.\n"; readonly contact: { readonly name: "Admin"; readonly url: "https://brex.com"; readonly email: "developer-access@brex.com"; }; readonly version: "0.1"; }; 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_webhooks.oas.meta.d.ts.map