import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAutomatedReasoningPolicyTestCaseRequest, CreateAutomatedReasoningPolicyTestCaseResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAutomatedReasoningPolicyTestCaseCommandInput extends CreateAutomatedReasoningPolicyTestCaseRequest {} export interface CreateAutomatedReasoningPolicyTestCaseCommandOutput extends CreateAutomatedReasoningPolicyTestCaseResponse, __MetadataBearer {} declare const CreateAutomatedReasoningPolicyTestCaseCommand_base: { new ( input: CreateAutomatedReasoningPolicyTestCaseCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAutomatedReasoningPolicyTestCaseCommandInput, CreateAutomatedReasoningPolicyTestCaseCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAutomatedReasoningPolicyTestCaseCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAutomatedReasoningPolicyTestCaseCommandInput, CreateAutomatedReasoningPolicyTestCaseCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAutomatedReasoningPolicyTestCaseCommand extends CreateAutomatedReasoningPolicyTestCaseCommand_base { protected static __types: { api: { input: CreateAutomatedReasoningPolicyTestCaseRequest; output: CreateAutomatedReasoningPolicyTestCaseResponse; }; sdk: { input: CreateAutomatedReasoningPolicyTestCaseCommandInput; output: CreateAutomatedReasoningPolicyTestCaseCommandOutput; }; }; }