import Cypher from "@neo4j/cypher-builder";
import type { AttributeAdapter } from "../../../../schema-model/attribute/model-adapters/AttributeAdapter";
import type { QueryASTContext } from "../QueryASTContext";
import { InputField } from "./InputField";
export declare class TimestampField extends InputField {
    private attribute;
    constructor(name: string, attribute: AttributeAdapter, attachedTo?: "node" | "relationship");
    getChildren(): never[];
    getSetParams(queryASTContext: QueryASTContext<Cypher.Node>): Cypher.SetParam[];
    private GetFunctionForTemporalType;
}
//# sourceMappingURL=TimestampField.d.ts.map