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