import { PaymentUIType } from './PaymentUIType.js';
import { IssueBillingKeyUIType } from './IssueBillingKeyUIType.js';
export type LoadableUIType = PaymentUIType | IssueBillingKeyUIType;
