import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as models from "../models/index.js"; import * as operations from "../models/operations/index.js"; export declare class Resolve extends ClientSDK { /** * Resolve manager for a project and platform * * @remarks * Returns the manager URL for a given project and platform. The project can be provided as a query parameter, or derived from the token's scope (project-scoped, deployment-group-scoped, or deployment-scoped tokens carry an implicit project). This is the single entry point for all CLI tools to discover which manager to talk to. */ resolve(request: operations.ResolveRequest, options?: RequestOptions): Promise; } //# sourceMappingURL=resolve.d.ts.map