import { DateOptions } from './types'; export declare function getDate(date?: Date, options?: DateOptions): string;