import { type IExecutionDefinition } from "./index.js"; /** * Validates the {@link IExecutionDefinition} instance and throws if it is invalid. * @param definition - the definition to validate * @internal */ export declare function defValidate(definition: IExecutionDefinition): void; //# sourceMappingURL=validation.d.ts.map