export declare type BitField = string; export declare type NumberField = string; /** * date string, e.g. "2019-05-28T00:00:00Z" */ export declare type DateString = string; //# sourceMappingURL=types.d.ts.map