import type { AzureQuotaExtensionAPIContext as Client } from "../index.js"; import type { _OperationList, OperationResponse } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { QuotaOperationListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: QuotaOperationListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_OperationList>; /** List the operations for the provider */ export declare function list(context: Client, options?: QuotaOperationListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map