export interface BillingAlertEmailProps { env: Partial>; organizationName: string; currentUsage: number; threshold: number; billingUrl: string; receiverEmail: string; } export declare const sendBillingAlertEmail: ({ env, organizationName, currentUsage, threshold, billingUrl, receiverEmail, }: BillingAlertEmailProps) => Promise; //# sourceMappingURL=sendBillingAlertEmail.d.ts.map