import type { StorageManagementContext as Client } from "../index.js"; import type { DeletedAccount, _DeletedAccountListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { DeletedAccountsListOptionalParams, DeletedAccountsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: DeletedAccountsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_DeletedAccountListResult>; /** Lists deleted accounts under the subscription. */ export declare function list(context: Client, options?: DeletedAccountsListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get properties of specified deleted account resource. */ export declare function get(context: Client, deletedAccountName: string, location: string, options?: DeletedAccountsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map