/*! * Copyright (c) Microsoft Corporation and contributors. All rights reserved. * Licensed under the MIT License. */ /** * Formats a date for display in the terminal. */ export declare function getDisplayDate(date?: Date): string; /** * Formats a date relative to the current time for display in the terminal. */ export declare function getDisplayDateRelative(date?: Date): string; //# sourceMappingURL=dates.d.ts.map