import { IDateObject } from "../types/main";
export declare function format(dateObj: IDateObject, format: string): string;
