/** * Formats the given date as YYYYMMDD. * @param value - The date to format. * @returns The formatted date. */ export declare function dateTo102(value: Date): string;