import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAutomatedReasoningPolicyAnnotationsRequest, GetAutomatedReasoningPolicyAnnotationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetAutomatedReasoningPolicyAnnotationsCommandInput extends GetAutomatedReasoningPolicyAnnotationsRequest {} export interface GetAutomatedReasoningPolicyAnnotationsCommandOutput extends GetAutomatedReasoningPolicyAnnotationsResponse, __MetadataBearer {} declare const GetAutomatedReasoningPolicyAnnotationsCommand_base: { new ( input: GetAutomatedReasoningPolicyAnnotationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetAutomatedReasoningPolicyAnnotationsCommandInput, GetAutomatedReasoningPolicyAnnotationsCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAutomatedReasoningPolicyAnnotationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetAutomatedReasoningPolicyAnnotationsCommandInput, GetAutomatedReasoningPolicyAnnotationsCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAutomatedReasoningPolicyAnnotationsCommand extends GetAutomatedReasoningPolicyAnnotationsCommand_base { protected static __types: { api: { input: GetAutomatedReasoningPolicyAnnotationsRequest; output: GetAutomatedReasoningPolicyAnnotationsResponse; }; sdk: { input: GetAutomatedReasoningPolicyAnnotationsCommandInput; output: GetAutomatedReasoningPolicyAnnotationsCommandOutput; }; }; }