export { collectionStructures, collectionTypeList } from './stdlib/nasl.collection'; export { configurationEnums, configurationTypeList } from './stdlib/nasl.configuration'; export { authStructures, authTypeList } from './stdlib/nasl.auth'; export { httpStructures, httpTypeList } from './stdlib/nasl.http'; export { processStructures, processTypeList } from './stdlib/nasl.process'; export { processV2Structures, processV2TypeList, processV2Enums, processV2QueryInterfaceList, processV2EnumsTypeList, } from './stdlib/nasl.processV2'; export { uiStructures, uiTypeList } from './stdlib/nasl.ui'; export { errorTypeList, errorStructures } from './stdlib/nasl.error'; export { interfaceTypeList } from './stdlib/nasl.interface'; export { interfaceStructures } from './stdlib/nasl.interface'; export { coreStructures } from './stdlib/nasl.core'; export { createTimezoneParam, generalTypeList } from './stdlib/nasl.util'; export { getStdlibNamespace, reference2TypeAnnotationList } from './stdlib'; export { primitiveTypeList, dataTypeList, dataTypesMap } from './types'; export { ioStructures, ioTypeList } from './stdlib/nasl.io'; /** @internal */ export declare function initialize(): void; //# sourceMappingURL=index.d.ts.map