export declare const today: string; export declare const yesterday: string; export declare const optionDate: { '0': string; '1': string; '2': string; '3': string; '4': string; '5': string; }; export type OptionDataKeys = keyof typeof optionDate; export declare function getDateText(params: Record): string;