export declare type Omit = Pick>; export interface ObjId { _id: string; } export declare type OmitId = Omit; export declare type UnwrapArray = T extends any[] ? T[0] : never; export declare type CombineArrayType = (UnwrapArray & T2)[]; export declare enum NoteSeverity { WARNING = 1, ERROR = 2, INFO = 3 } //# sourceMappingURL=lib.d.ts.map