import type { InfoClient } from '@nktkas/hyperliquid'; export declare const hyperliquidAccountExists: ({ infoClient, ethAddress, }: { infoClient: InfoClient; ethAddress: string; }) => Promise; //# sourceMappingURL=hyperliquid-account-exists.d.ts.map