export declare const BUYABLE_TYPES: readonly ["ADD_CREDITS_FEE", "MEETING_FEE", "OPENING_FEE", "PROCESSING_FEE"]; export declare type BuyableType = typeof BUYABLE_TYPES[number];