import type { BaseNode } from '@lcap/nasl-concepts'; import { TranslatorState } from '@lcap/nasl-translator'; export declare function genTextualNASL(currentNode: Node, state?: Partial): string; //# sourceMappingURL=genTextualNASL.d.ts.map