import { AccountAddress } from '../ts-types'; export declare const formatWalletAddress: (address: AccountAddress, substrLength?: number) => string;