import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteQuickResponseRequest, DeleteQuickResponseResponse } from "../models/models_1"; export { __MetadataBearer }; export interface DeleteQuickResponseCommandInput extends DeleteQuickResponseRequest {} export interface DeleteQuickResponseCommandOutput extends DeleteQuickResponseResponse, __MetadataBearer {} declare const DeleteQuickResponseCommand_base: { new ( input: DeleteQuickResponseCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteQuickResponseCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteQuickResponseCommandInput, DeleteQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteQuickResponseCommand extends DeleteQuickResponseCommand_base { protected static __types: { api: { input: DeleteQuickResponseRequest; output: {}; }; sdk: { input: DeleteQuickResponseCommandInput; output: DeleteQuickResponseCommandOutput; }; }; }