import { Address } from '../../entity/address/addressState'; import { CompanyView } from '../companyView/types/companyView'; import { AddressType, AddressUpdatableInfo } from './addressViewState'; export declare function toAddressViewLocalData(companyView: CompanyView): Record | undefined; export declare const getAddressUpdatableInfoFromAddress: (address: Address) => AddressUpdatableInfo;