/**
 * Enum for IYS recipient types.
 */
export declare enum IysRecipientType {
    /** Individual recipient ("BIREYSEL"). */
    INDIVIDUAL = "BIREYSEL",
    /** Trader recipient ("TACIR"). */
    TRADER = "TACIR"
}
