import { format } from "date-fns";
export declare const myDate: {
    formatDate: typeof format;
    format: typeof format;
};
