export declare function isEmpty(v: unknown): v is null | undefined;
export declare function isNullOrUndefined(v: unknown): v is null | undefined;
export declare function isDate(date: unknown): date is Date;
//# sourceMappingURL=common.d.ts.map