import type * as Vital from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { IndexColumnExpr } from "./IndexColumnExpr.js"; import { Placeholder } from "./Placeholder.js"; export declare const DatePartExprArg: core.serialization.Schema; export declare namespace DatePartExprArg { type Raw = IndexColumnExpr.Raw | Placeholder.Raw; }