import { NodeProps } from "reactflow"; import * as z from "zod"; import { TriggerNodeData } from "../../../type"; export declare const CreateStartOperatorInputSchema: z.ZodObject<{ title: z.ZodString; key: z.ZodString; }, "strip", z.ZodTypeAny, { key: string; title: string; }, { key: string; title: string; }>; export declare const VariableNode: ({ data, id }: NodeProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=VariableNode.d.ts.map