import type { AzureQuotaExtensionAPIContext as Client } from "../index.js"; import type { CurrentUsagesBase, _UsagesLimits } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { UsagesListOptionalParams, UsagesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, scope: string, options?: UsagesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_UsagesLimits>; /** Get a list of current usage for all resources for the scope specified. */ export declare function list(context: Client, scope: string, options?: UsagesListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, resourceName: string, scope: string, options?: UsagesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get the current usage of a resource. */ export declare function get(context: Client, resourceName: string, scope: string, options?: UsagesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map