export declare const BillingKeyAndPayMethod: {
    readonly MOBILE: "MOBILE";
};
export type BillingKeyAndPayMethod = typeof BillingKeyAndPayMethod[keyof typeof BillingKeyAndPayMethod];
