import { HathoraCloudCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; import { HathoraCloudError } from "../models/errors/hathoraclouderror.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 { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * GetDeployment * * @remarks * Get details for a [deployment](https://hathora.dev/docs/concepts/hathora-entities#deployment). */ export declare function deploymentsV3GetDeployment(client: HathoraCloudCore, deploymentId: string, appId?: string | undefined, options?: RequestOptions): APIPromise>; //# sourceMappingURL=deploymentsV3GetDeployment.d.ts.map