export declare const zrxApiParams: {
    apiBaseUrl: {
        ETH: string;
    };
    nativeTokenAddress: string;
};
