export declare const IssueBillingKeyUIType: {
    readonly PAYPAL_RT: "PAYPAL_RT";
};
export type IssueBillingKeyUIType = (typeof IssueBillingKeyUIType)[keyof typeof IssueBillingKeyUIType];
