import type { AzureVMwareSolutionAPIContext as Client } from "../index.js"; import type { _ScriptPackagesList, ScriptPackage } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { ScriptPackagesGetOptionalParams, ScriptPackagesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _getSend(context: Client, resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a ScriptPackage */ export declare function get(context: Client, resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptPackagesGetOptionalParams): Promise; export declare function _listSend(context: Client, resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_ScriptPackagesList>; /** List ScriptPackage resources by PrivateCloud */ export declare function list(context: Client, resourceGroupName: string, privateCloudName: string, options?: ScriptPackagesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map