/** Indicates the brand for a co-branded card. */ export declare const CardCoBrand: { readonly Unknown: "UNKNOWN"; readonly Afterpay: "AFTERPAY"; readonly Clearpay: "CLEARPAY"; }; export type CardCoBrand = (typeof CardCoBrand)[keyof typeof CardCoBrand];