/** * Use it to get user's current ton wallet address. If wallet is not connected hook will return empty string. * @param [userFriendly=true] allows to choose format of the address. */ export declare function useTonAddress(userFriendly?: boolean): string;