import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAutomatedReasoningPolicyTestCaseRequest, UpdateAutomatedReasoningPolicyTestCaseResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAutomatedReasoningPolicyTestCaseCommandInput extends UpdateAutomatedReasoningPolicyTestCaseRequest {} export interface UpdateAutomatedReasoningPolicyTestCaseCommandOutput extends UpdateAutomatedReasoningPolicyTestCaseResponse, __MetadataBearer {} declare const UpdateAutomatedReasoningPolicyTestCaseCommand_base: { new ( input: UpdateAutomatedReasoningPolicyTestCaseCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAutomatedReasoningPolicyTestCaseCommandInput, UpdateAutomatedReasoningPolicyTestCaseCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAutomatedReasoningPolicyTestCaseCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAutomatedReasoningPolicyTestCaseCommandInput, UpdateAutomatedReasoningPolicyTestCaseCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAutomatedReasoningPolicyTestCaseCommand extends UpdateAutomatedReasoningPolicyTestCaseCommand_base { protected static __types: { api: { input: UpdateAutomatedReasoningPolicyTestCaseRequest; output: UpdateAutomatedReasoningPolicyTestCaseResponse; }; sdk: { input: UpdateAutomatedReasoningPolicyTestCaseCommandInput; output: UpdateAutomatedReasoningPolicyTestCaseCommandOutput; }; }; }