import type { RecoveryServicesContext as Client } from "../index.js"; import type { _VaultUsageList, VaultUsage } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { UsagesListByVaultsOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listByVaultsSend(context: Client, resourceGroupName: string, vaultName: string, options?: UsagesListByVaultsOptionalParams): StreamableMethod; export declare function _listByVaultsDeserialize(result: PathUncheckedResponse): Promise<_VaultUsageList>; /** Fetches the usages of the vault. */ export declare function listByVaults(context: Client, resourceGroupName: string, vaultName: string, options?: UsagesListByVaultsOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map