import dayjs from 'dayjs';
type Format = 'MM:DD' | 'DD:MM';
export declare const convertDateStringToISODate: (dateString: string, splitter?: string, format?: Format) => string;
export declare const timestampToDayjsDate: (timestamp: string | number) => dayjs.Dayjs;
export {};
