export { CredentialSetListResponsesV4PagePaginationArray, CredentialSets, type CredentialSetCreateResponse, type CredentialSetUpdateResponse, type CredentialSetListResponse, type CredentialSetDeleteResponse, type CredentialSetEditResponse, type CredentialSetGetResponse, type CredentialSetCreateParams, type CredentialSetUpdateParams, type CredentialSetListParams, type CredentialSetDeleteParams, type CredentialSetEditParams, type CredentialSetGetParams, } from "./credential-sets/index.js"; export { ScanListResponsesV4PagePaginationArray, Scans, type ScanCreateResponse, type ScanListResponse, type ScanGetResponse, type ScanCreateParams, type ScanListParams, type ScanGetParams, } from "./scans.js"; export { TargetEnvironmentListResponsesV4PagePaginationArray, TargetEnvironments, type TargetEnvironmentCreateResponse, type TargetEnvironmentUpdateResponse, type TargetEnvironmentListResponse, type TargetEnvironmentDeleteResponse, type TargetEnvironmentEditResponse, type TargetEnvironmentGetResponse, type TargetEnvironmentCreateParams, type TargetEnvironmentUpdateParams, type TargetEnvironmentListParams, type TargetEnvironmentDeleteParams, type TargetEnvironmentEditParams, type TargetEnvironmentGetParams, } from "./target-environments.js"; export { VulnerabilityScanner } from "./vulnerability-scanner.js"; //# sourceMappingURL=index.d.ts.map