import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { StartAutomatedReasoningPolicyTestWorkflowRequest, StartAutomatedReasoningPolicyTestWorkflowResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface StartAutomatedReasoningPolicyTestWorkflowCommandInput extends StartAutomatedReasoningPolicyTestWorkflowRequest {} export interface StartAutomatedReasoningPolicyTestWorkflowCommandOutput extends StartAutomatedReasoningPolicyTestWorkflowResponse, __MetadataBearer {} declare const StartAutomatedReasoningPolicyTestWorkflowCommand_base: { new ( input: StartAutomatedReasoningPolicyTestWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< StartAutomatedReasoningPolicyTestWorkflowCommandInput, StartAutomatedReasoningPolicyTestWorkflowCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: StartAutomatedReasoningPolicyTestWorkflowCommandInput, ): import("@smithy/core/client").CommandImpl< StartAutomatedReasoningPolicyTestWorkflowCommandInput, StartAutomatedReasoningPolicyTestWorkflowCommandOutput, import("..").BedrockClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class StartAutomatedReasoningPolicyTestWorkflowCommand extends StartAutomatedReasoningPolicyTestWorkflowCommand_base { protected static __types: { api: { input: StartAutomatedReasoningPolicyTestWorkflowRequest; output: StartAutomatedReasoningPolicyTestWorkflowResponse; }; sdk: { input: StartAutomatedReasoningPolicyTestWorkflowCommandInput; output: StartAutomatedReasoningPolicyTestWorkflowCommandOutput; }; }; }