export declare const checkBetweenDate: (start?: number, end?: number) => boolean; export declare const checkOpenOrder: (start: number, end: number) => false | "WAITING_ORDER" | "OPEN_ORDER" | "CLOSE_ORDER"; export declare const convertUnixDate: { (UTC: number): { UTC: number; date: string; time: string; dateTime: Date; }; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toFixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toExponential: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toPrecision: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; };