import Namespace from '../../Namespace__'; import type Enum from '../../Enum__'; import type TypeAnnotation from '../../TypeAnnotation__'; export declare const configurationEnums: Enum[]; export declare const configurationTypeList: TypeAnnotation[]; declare const configurationNamespace: Namespace; export default configurationNamespace; /** @internal */ export declare function initialize(): void; //# sourceMappingURL=nasl.configuration.d.ts.map