export declare class CalculateTermsOfServiceStatusResponse {
    /**
    * The type of Terms of Service that the legal entity needs to accept. If empty, no Terms of Service needs to be accepted.
    */
    "termsOfServiceTypes"?: Array<CalculateTermsOfServiceStatusResponse.TermsOfServiceTypesEnum>;
    static readonly discriminator: string | undefined;
    static readonly mapping: {
        [index: string]: string;
    } | undefined;
    static readonly attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
        format: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
        format: string;
    }[];
    constructor();
}
export declare namespace CalculateTermsOfServiceStatusResponse {
    enum TermsOfServiceTypesEnum {
        AdyenAccount = "adyenAccount",
        AdyenCapital = "adyenCapital",
        AdyenCard = "adyenCard",
        AdyenChargeCard = "adyenChargeCard",
        AdyenForPlatformsAdvanced = "adyenForPlatformsAdvanced",
        AdyenForPlatformsManage = "adyenForPlatformsManage",
        AdyenFranchisee = "adyenFranchisee",
        AdyenIssuing = "adyenIssuing",
        AdyenPccr = "adyenPccr",
        KycOnInvite = "kycOnInvite"
    }
}
