import Namespace from '../../Namespace__'; import type Structure from '../../Structure__'; import type TypeAnnotation from '../../TypeAnnotation__'; export declare const processStructures: Structure[]; export declare const processTypeList: Array; declare const processNamespace: Namespace; export default processNamespace; /** @internal */ export declare function initialize(): void; //# sourceMappingURL=nasl.process.d.ts.map