import type { RecoveryServicesContext as Client } from "../index.js"; import type { RegisteredIdentitiesDeleteOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _$deleteSend(context: Client, resourceGroupName: string, vaultName: string, identityName: string, options?: RegisteredIdentitiesDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Unregisters the given container from your Recovery Services vault. */ export declare function $delete(context: Client, resourceGroupName: string, vaultName: string, identityName: string, options?: RegisteredIdentitiesDeleteOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map