export declare const TASK_NODE_KIND: "task"; export declare const FINALIZER_NODE_KIND: "finalizer"; /** Closed set of finalizerType values for authoring graphs. */ export declare const KNOWN_FINALIZER_TYPES: readonly ["aggregate", "compose", "select", "bundle", "synthesize", "single-output"]; export type KnownFinalizerType = (typeof KNOWN_FINALIZER_TYPES)[number]; export declare const MODEL_CONFIG_PATH: "/graph/metadata/modelConfig"; export declare const METADATA_DATA_PATH: "/graph/metadata/data"; export declare const AI_MODEL_SLOTS: readonly ["preActionModel", "skillModel", "postActionModel"]; export declare const DEFAULT_OUTPUT_PORT_ID = "out:result"; export declare const DEFAULT_INPUT_PORT_ID = "in:input"; /** @deprecated Use {@link MODEL_CONFIG_PATH} */ export declare const EXECUTABLE_PROFILE_PATH: "/graph/metadata/modelConfig"; /** Legacy import extension namespace for graph model config. */ export declare const EXECUTABLE_EXTENSION_NAMESPACE: "graphenix.executable/v1"; /** Legacy import extension namespace for graph variables. */ export declare const VARIABLES_EXTENSION_NAMESPACE: "graphenix.variables/v1"; /** Legacy import extension namespace for job-scoped knowledge refs. */ export declare const KNOWLEDGE_EXTENSION_NAMESPACE: "graphenix.knowledge/v1"; //# sourceMappingURL=constants.d.ts.map