import { type KnownProtocolType } from '@hyperlane-xyz/utils';
import { type WalletDetails } from './types.js';
export declare function useWalletDetails(): Record<KnownProtocolType, WalletDetails>;
//# sourceMappingURL=walletDetails.d.ts.map