import type { SyntaxNode } from '@lcap/nasl-concepts'; import type { Diagnostic } from '@lcap/nasl-types'; /** 检查节点 */ export declare function check(input: SyntaxNode): Diagnostic.Diagnostic[]; //# sourceMappingURL=continue.d.ts.map