/** Message volume. */ export declare const MessageVolumeEnum: { readonly Ten: "10"; readonly OneHundred: "100"; readonly One000: "1,000"; readonly Ten000: "10,000"; readonly OneHundred000: "100,000"; readonly TwoHundredFifty000: "250,000"; readonly FiveHundred000: "500,000"; readonly SevenHundredFifty000: "750,000"; readonly One000000: "1,000,000"; readonly Five000000: "5,000,000"; readonly Ten000000: "10,000,000+"; }; export type MessageVolumeEnum = (typeof MessageVolumeEnum)[keyof typeof MessageVolumeEnum];