import type { SDKRequestOptions } from '@lifi/perps-sdk'; import { type Address } from 'viem'; import type { HyperliquidContext } from '../context.js'; export interface GetAccountExistsParams { address: Address; } export declare const getAccountExists: ({ client, apiUrl }: HyperliquidContext, params: GetAccountExistsParams, options?: SDKRequestOptions) => Promise; //# sourceMappingURL=getAccountExists.d.ts.map