import type { AIProjectContext as Client } from "../index.js"; import type { DeploymentUnion, _PagedDeployment } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { DeploymentsListOptionalParams, DeploymentsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: DeploymentsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_PagedDeployment>; /** List all deployed models in the project */ export declare function list(context: Client, options?: DeploymentsListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, name: string, options?: DeploymentsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a deployed model. */ export declare function get(context: Client, name: string, options?: DeploymentsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map