import { Date } from '../date';
/**
 * @category Date & Time
 */
export declare function dateMake(fallback: string, value?: string | null): Date;
