export declare enum ESponsorshipValues {
    MERCHANT = "MERCHANT",
    PARTNER = "PARTNER",
    PROVIDER = "PROVIDER",
    UNKNOWN = "UNKNOWN"
}
