import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAutomatedReasoningPolicyAnnotationsRequest, UpdateAutomatedReasoningPolicyAnnotationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAutomatedReasoningPolicyAnnotationsCommandInput extends UpdateAutomatedReasoningPolicyAnnotationsRequest {} export interface UpdateAutomatedReasoningPolicyAnnotationsCommandOutput extends UpdateAutomatedReasoningPolicyAnnotationsResponse, __MetadataBearer {} declare const UpdateAutomatedReasoningPolicyAnnotationsCommand_base: { new ( input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAutomatedReasoningPolicyAnnotationsCommandInput, UpdateAutomatedReasoningPolicyAnnotationsCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAutomatedReasoningPolicyAnnotationsCommandInput, UpdateAutomatedReasoningPolicyAnnotationsCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAutomatedReasoningPolicyAnnotationsCommand extends UpdateAutomatedReasoningPolicyAnnotationsCommand_base { protected static __types: { api: { input: UpdateAutomatedReasoningPolicyAnnotationsRequest; output: UpdateAutomatedReasoningPolicyAnnotationsResponse; }; sdk: { input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput; output: UpdateAutomatedReasoningPolicyAnnotationsCommandOutput; }; }; }