export declare const useAccount: () => { account: import("@puzzlehq/sdk-core").PuzzleAccount | undefined; error: string; loading: boolean; };