//#region src/utils/wallet.d.ts declare const shortenAddress: (address?: string) => string | null; //#endregion export { shortenAddress }; //# sourceMappingURL=wallet.d.ts.map