import Namespace from '../../Namespace__'; import type Structure from '../../Structure__'; import type TypeAnnotation from '../../TypeAnnotation__'; import type Enum from '../../Enum__'; export declare const processV2Structures: Structure[]; export declare const processV2Enums: Enum[]; export declare const processV2TypeList: Array; export declare const processV2QueryInterfaceList: Array; export declare const processV2EnumsTypeList: Array; declare const processV2Namespace: Namespace; export default processV2Namespace; /** @internal */ export declare function initialize(): void; //# sourceMappingURL=nasl.processV2.d.ts.map