import type { UsePromiseState } from '@ariestools/sdk-react/promise'; import type { AccountInstance } from '@xyo-network/sdk'; /** * Returns the provided account or a shared random HD wallet used as a wrapper account. * @param account - Optional account override; when defined, it is returned as-is. * @returns The account, error, and promise state from wallet creation. * @public */ export declare const useWrapperAccount: (account?: AccountInstance | null) => [AccountInstance | null | undefined, Error | undefined, UsePromiseState | undefined]; //# sourceMappingURL=useWrapperAccount.d.ts.map