export declare const timeSince: (input: Date | string, suffix?: boolean) => string;
