import type { StorageManagementContext as Client } from "../index.js"; import type { _StorageSkuListResult, SkuInformation } 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<_StorageSkuListResult>; /** Lists the available SKUs supported by Microsoft.Storage for given subscription. */ export declare function list(context: Client, options?: SkusListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map