import type { InfoClient } from '@nktkas/hyperliquid'; /** * Check if a given address has approved a given builder address * @param infoClient - Hyperliquid InfoClient instance * @param ethAddress - Ethereum address to check approval for * @param builderAddress - Builder address to check approval for * @returns true if the builder is approved, false otherwise */ export declare const isBuilderCodeApproved: ({ infoClient, ethAddress, builderAddress, }: { infoClient: InfoClient; ethAddress: string; builderAddress: string; }) => Promise; //# sourceMappingURL=is-builder-code-approved.d.ts.map