import { type GetAccountReturnType } from '../actions/getAccount'; export declare function useAccount(): GetAccountReturnType;