declare function formatDateToZN(v: string | number | Date): string;

export { formatDateToZN };
