import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateQuickResponseRequest } from "../models/models_0"; import { CreateQuickResponseResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateQuickResponseCommandInput extends CreateQuickResponseRequest {} export interface CreateQuickResponseCommandOutput extends CreateQuickResponseResponse, __MetadataBearer {} declare const CreateQuickResponseCommand_base: { new ( input: CreateQuickResponseCommandInput, ): import("@smithy/core/client").CommandImpl< CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateQuickResponseCommandInput, ): import("@smithy/core/client").CommandImpl< CreateQuickResponseCommandInput, CreateQuickResponseCommandOutput, import("..").QConnectClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateQuickResponseCommand extends CreateQuickResponseCommand_base { protected static __types: { api: { input: CreateQuickResponseRequest; output: CreateQuickResponseResponse; }; sdk: { input: CreateQuickResponseCommandInput; output: CreateQuickResponseCommandOutput; }; }; }