import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0"; export { __MetadataBearer }; export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {} export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __MetadataBearer {} declare const SubmitFeedbackCommand_base: { new ( input: SubmitFeedbackCommandInput, ): import("@smithy/core/client").CommandImpl< SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SubmitFeedbackCommandInput, ): import("@smithy/core/client").CommandImpl< SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, import("..").CodeGuruProfilerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base { protected static __types: { api: { input: SubmitFeedbackRequest; output: {}; }; sdk: { input: SubmitFeedbackCommandInput; output: SubmitFeedbackCommandOutput; }; }; }