export declare type IkasAddressFieldRestrictions = { addressLine1: string | null; addressLine2: string | null; companyName: string | null; firstName: string | null; lastName: string | null; taxOffice: string | null; };