/** * Asserts that a value is an instance of `Date`. * * @tags guard, dates */ export declare const isDate: (value: unknown) => value is Date;