/**
 * Find the time difference between current and/or given dates
 * @param lastLoginDate - string: Last login date value
 * @param otherDate - string: Optional second date value
 */
export declare function getLastLogin(lastLoginDate: string, otherDate?: string): string;
