import type { StorageManagementContext as Client } from "../index.js"; import type { _UsageListResult, Usage } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { UsagesListByLocationOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listByLocationSend(context: Client, location: string, options?: UsagesListByLocationOptionalParams): StreamableMethod; export declare function _listByLocationDeserialize(result: PathUncheckedResponse): Promise<_UsageListResult>; /** Gets the current usage count and the limit for the resources of the location under the subscription. */ export declare function listByLocation(context: Client, location: string, options?: UsagesListByLocationOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map