import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateQuickResponseRequest, UpdateQuickResponseResponse } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateQuickResponseCommandInput extends UpdateQuickResponseRequest {} export interface UpdateQuickResponseCommandOutput extends UpdateQuickResponseResponse, __MetadataBearer {} declare const UpdateQuickResponseCommand_base: { new ( input: UpdateQuickResponseCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateQuickResponseCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateQuickResponseCommandInput, UpdateQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateQuickResponseCommand extends UpdateQuickResponseCommand_base { protected static __types: { api: { input: UpdateQuickResponseRequest; output: UpdateQuickResponseResponse; }; sdk: { input: UpdateQuickResponseCommandInput; output: UpdateQuickResponseCommandOutput; }; }; }