import ' rollup-plugin-inject-process-env';
/**
 * Get a display date of a specific point in time based on the current time.
 *
 * @param date
 * @returns
 */
export declare function getTimeAgo(date: Date): string;
