/**
 * Converts the specified date to a `datetime-local` string.
 * @param date The date to convert.
 * @returns The date converted as a `datetime-local` string.
 */
export declare function toDateTimeLocal(date: Date): string;
