export declare enum Field { INPUT = "INPUT", OUTPUT = "OUTPUT", PRICE = "PRICE" } export declare const NativeCurrency: { 1: string; 3: string; 25: string; 56: string; 137: string; 43114: string; }; export interface LimitOrderState { readonly independentField: Field; readonly typedValue: string; readonly inputValue?: string; readonly [Field.INPUT]: { readonly currencyId: string | undefined; }; readonly [Field.OUTPUT]: { readonly currencyId: string | undefined; }; } export declare const NATIVE_CURRENCY = "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";