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