import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetAutomatedReasoningPolicyTestCaseRequest, GetAutomatedReasoningPolicyTestCaseResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetAutomatedReasoningPolicyTestCaseCommandInput extends GetAutomatedReasoningPolicyTestCaseRequest {} export interface GetAutomatedReasoningPolicyTestCaseCommandOutput extends GetAutomatedReasoningPolicyTestCaseResponse, __MetadataBearer {} declare const GetAutomatedReasoningPolicyTestCaseCommand_base: { new ( input: GetAutomatedReasoningPolicyTestCaseCommandInput, ): import("@smithy/core/client").CommandImpl< GetAutomatedReasoningPolicyTestCaseCommandInput, GetAutomatedReasoningPolicyTestCaseCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetAutomatedReasoningPolicyTestCaseCommandInput, ): import("@smithy/core/client").CommandImpl< GetAutomatedReasoningPolicyTestCaseCommandInput, GetAutomatedReasoningPolicyTestCaseCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetAutomatedReasoningPolicyTestCaseCommand extends GetAutomatedReasoningPolicyTestCaseCommand_base { protected static __types: { api: { input: GetAutomatedReasoningPolicyTestCaseRequest; output: GetAutomatedReasoningPolicyTestCaseResponse; }; sdk: { input: GetAutomatedReasoningPolicyTestCaseCommandInput; output: GetAutomatedReasoningPolicyTestCaseCommandOutput; }; }; }