import { SDKCore } from "../core.js";
import { RequestOptions } from "../lib/sdks.js";
import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js";
import * as errors from "../models/errors/index.js";
import { ResponseValidationError } from "../models/errors/responsevalidationerror.js";
import { SDKBaseError } from "../models/errors/sdkbaseerror.js";
import { SDKValidationError } from "../models/errors/sdkvalidationerror.js";
import * as operations from "../models/operations/index.js";
import { APIPromise } from "../types/async.js";
import { Result } from "../types/fp.js";
/**
* Get scan status
*
* @remarks
* Retrieve the current status of a scan by its ID. This endpoint works for both [Live Discovery scans](https://docs.censys.com/reference/v3-threathunting-scans-discovery#/) and [Live Rescans](https://docs.censys.com/reference/v3-globaldata-scans-rescan#/).
If the scan was successful, perform a lookup on the target asset to retrieve detailed scan information.
This endpoint is available to all Enterprise customers. This endpoint does not cost any credits to execute.
*/
export declare function threatHuntingGetTrackedScanThreatHunting(client: SDKCore, request: operations.V3ThreathuntingScansGetRequest, options?: RequestOptions): APIPromise>;
//# sourceMappingURL=threatHuntingGetTrackedScanThreatHunting.d.ts.map