import { type FieldType } from '../enums/field.type.js'; import type { SortComparer } from '../interfaces/index.js'; export declare function compareDates(value1: any, value2: any, sortDirection: number, format?: string, strict?: boolean): number; /** From a FieldType, find the associated Date SortComparer */ export declare function getAssociatedDateSortComparer(fieldType: FieldType): SortComparer; //# sourceMappingURL=dateUtilities.d.ts.map