import { type Address } from 'viem';
/**
 * Derives the Polymarket EOA proxy wallet address for a given wallet address
 * using CREATE2 address derivation.
 */
export declare function derivePolymarketProxyAddress(address: Address): Address;
