import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {} export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __MetadataBearer {} declare const PreviewAgentsCommand_base: { new ( input: PreviewAgentsCommandInput, ): import("@smithy/core/client").CommandImpl< PreviewAgentsCommandInput, PreviewAgentsCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PreviewAgentsCommandInput, ): import("@smithy/core/client").CommandImpl< PreviewAgentsCommandInput, PreviewAgentsCommandOutput, import("..").InspectorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PreviewAgentsCommand extends PreviewAgentsCommand_base { protected static __types: { api: { input: PreviewAgentsRequest; output: PreviewAgentsResponse; }; sdk: { input: PreviewAgentsCommandInput; output: PreviewAgentsCommandOutput; }; }; }