import type { RecoveryServicesContext as Client } from "./index.js"; import type { OperationResource, Vault } from "../models/models.js"; import type { GetOperationResultOptionalParams, GetOperationStatusOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _getOperationResultSend(context: Client, resourceGroupName: string, vaultName: string, operationId: string, options?: GetOperationResultOptionalParams): StreamableMethod; export declare function _getOperationResultDeserialize(result: PathUncheckedResponse): Promise; /** Gets the operation result for a resource. */ export declare function getOperationResult(context: Client, resourceGroupName: string, vaultName: string, operationId: string, options?: GetOperationResultOptionalParams): Promise; export declare function _getOperationStatusSend(context: Client, resourceGroupName: string, vaultName: string, operationId: string, options?: GetOperationStatusOptionalParams): StreamableMethod; export declare function _getOperationStatusDeserialize(result: PathUncheckedResponse): Promise; /** Gets the operation status for a resource. */ export declare function getOperationStatus(context: Client, resourceGroupName: string, vaultName: string, operationId: string, options?: GetOperationStatusOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map