import type { CountryCode } from '../types/datasets/country-code'; export declare const LEGAL_ARRANGEMENT_COUNTRIES_REQUIRING_DATE_OF_INCORPORATION: CountryCode[]; export declare const ALLOWED_UNINCORPORATED_PARTNERSHIP_COUNTRIES: CountryCode[]; /** * See https://youtrack.is.adyen.com/issue/SOE-5704/Display-Registration-No-VAT-No-Tax-ID-number-in-HO-for-unincorporated-Partnership * for finalized list of country mappings. */ export declare const UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_REQUIRED: CountryCode[]; export declare const UNINCORPORATED_PARTNERSHIP_COUNTRIES_REGISTRATION_NUMBER_OPTIONAL: CountryCode[]; export declare const UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_REQUIRED: CountryCode[]; export declare const UNINCORPORATED_PARTNERSHIP_COUNTRIES_TAX_INFORMATION_OPTIONAL: CountryCode[]; export declare const UNINCORPORATED_PARTNERSHIP_COUNTRIES_VAT_NUMBER_OPTIONAL: CountryCode[]; export declare const SOLE_PROP_COUNTRIES: CountryCode[];