export declare function addressOneLineFormat(address: any, options?: {
    includeFirst?: number;
}): string;
