export declare const oasMeta: { readonly info: { readonly title: "Expenses API"; readonly description: "\nThe Expenses API allows you to manage accounting and expenses information.\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_expenses.oas.meta.d.ts.map