import type { DateFunctions } from "../../shared_traits";
import { type Expr } from "../expr";
/**
 * DateTime functions
 */
export type ExprDateTime = DateFunctions<Expr>;
export declare const ExprDateTimeFunctions: (_expr: any) => ExprDateTime;
