import type { SyntaxNode } from '@lcap/nasl-concepts'; import type { Diagnostic } from '@lcap/nasl-types'; export declare function check(node: SyntaxNode): Diagnostic.Diagnostic[]; //# sourceMappingURL=index.d.ts.map