/**
 * Date normalization for temporal queries.
 */
/**
 * Normalize an as-of date string to ISO 8601 format.
 * Returns null if the input is not a valid date.
 */
export declare function normalizeAsOfDate(input?: string): string | null;
//# sourceMappingURL=as-of-date.d.ts.map