export declare enum ClientSettings {
MaxFills = 200,
OrderbookLength = 20,
GTT = 300,
ListLenths = 120,
GoodTillTime = 2419200
}
export declare const isoToEpochSeconds: (isoTime: string) => number;
export declare const isObjectEmpty: (obj: any) => boolean;