import { type Address } from 'viem';
export declare const LIGHTER_DEPOSIT_ADDRESS: Address;
export declare const LIGHTER_SLOW_DEPOSIT_TIME_ESTIMATE_SECONDS: number;
export declare const LIGHTER_DELAYED_AUTO_TRIGGER_CUTOFF: number;
export declare const LIGHTER_DYNAMIC_ROUTING_ID: {
    ETH_SPOT: string;
    USDC_PERPS: string;
    ETH_SPOT_NEW_USER: string;
    USDC_PERPS_NEW_USER: string;
    LINK_SPOT_NEW_USER: string;
    UNI_SPOT_NEW_USER: string;
    AAVE_SPOT_NEW_USER: string;
    SKY_SPOT_NEW_USER: string;
    LDO_SPOT_NEW_USER: string;
    LIT_SPOT_NEW_USER: string;
};
