import { AddressFormat } from './../enums/address-format.enum';
export declare function addressFormat(address: any, options?: {
    format?: AddressFormat;
    includeFirst?: number;
}): string;
