import { AddressSystemType } from '../Address'; export declare function getAddressSystemFromString(addressSystem: string): AddressSystemType | null;