import type TypeAnnotation from '../../TypeAnnotation__'; import Namespace from '../../Namespace__'; import Structure from '../../Structure__'; export declare const errorTypeList: TypeAnnotation[]; export declare const errorStructures: Structure[]; declare const errorNamespace: Namespace; export default errorNamespace; /** @internal */ export declare function initialize(): void; //# sourceMappingURL=nasl.error.d.ts.map