export declare type CommandId = number; export declare type ISOTimestamp = string; export declare type UnixTimestamp = number;