import type { ExecutableGraphValidationError } from "@x12i/graphenix-executable-contracts"; export declare function validateTaskActionList(nodeId: string, actions: unknown, listPath: string, allowActionLevelModelOverride: boolean): ExecutableGraphValidationError[]; export declare function validateTaskNodeActions(nodeId: string, taskConfiguration: unknown, allowActionLevelModelOverride: boolean): ExecutableGraphValidationError[]; //# sourceMappingURL=validate-task-actions.d.ts.map