import { AccountAddress } from '@thomasralee/ts-types'; export declare const formatWalletAddress: (address: AccountAddress, substrLength?: number) => string; //# sourceMappingURL=formatters.d.ts.map