/** * DEX contract whitelist for perp-guardrail policy executable. * Keyed by CAIP-2 chain ID → array of allowed contract/program addresses. */ export declare const USDC_ADDRESSES: Record; export declare const ALLOWED_CONTRACTS: Record; export declare const ALLOWED_CHAINS: string[]; export declare const DEFAULT_LIMITS: { max_tx_usd: number; max_daily_usd: number; max_withdraw_usd: number; max_daily_withdraw_usd: number; }; export declare const DANGEROUS_SELECTORS: string[];