export declare const BrevoEnvironment: {
    readonly Default: "https://api.brevo.com/v3";
};
export type BrevoEnvironment = typeof BrevoEnvironment.Default;
