/** * This validation file aims to validate that the probes defined in a component * properly refer to one of the existing containers defined in the component */ import { ComponentArtifact } from "../../../language/generated/ast.js"; import { ValidationAcceptor } from "langium"; import { ValidationContext } from "../_shared.js"; declare const _default: () => (readonly ["ComponentArtifact", typeof ValidProbes])[]; export default _default; declare function ValidProbes(context: ValidationContext): (node: ComponentArtifact, accept: ValidationAcceptor) => void;