import type { AzureVMwareSolutionAPIContext as Client } from "../index.js"; import type { _PagedResourceSku, ResourceSku } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { SkusListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: SkusListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_PagedResourceSku>; /** A list of SKUs. */ export declare function list(context: Client, options?: SkusListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map