/**
 * Enum for IYS consent statuses.
 */
export declare enum IysConsentStatus {
    /** Consent given ("ONAY"). */
    APPROVED = "ONAY",
    /** Consent revoked ("RET"). */
    REVOKED = "RET"
}
