import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0"; export { __MetadataBearer }; export interface PutFeedbackCommandInput extends PutFeedbackRequest {} export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __MetadataBearer {} declare const PutFeedbackCommand_base: { new ( input: PutFeedbackCommandInput, ): import("@smithy/core/client").CommandImpl< PutFeedbackCommandInput, PutFeedbackCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: PutFeedbackCommandInput, ): import("@smithy/core/client").CommandImpl< PutFeedbackCommandInput, PutFeedbackCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class PutFeedbackCommand extends PutFeedbackCommand_base { protected static __types: { api: { input: PutFeedbackRequest; output: PutFeedbackResponse; }; sdk: { input: PutFeedbackCommandInput; output: PutFeedbackCommandOutput; }; }; }