export declare function fromDate(date: Date, long?: boolean): string;
export declare function now(long?: boolean): string;
