import { CreateExpression } from '../factories/expression.cjs';
import '../types/join.cjs';

type DateExpression = CreateExpression<"date", [`${string}~` | `~${string}` | `${string}~${string}` | ""]>;

export type { DateExpression };
