import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteTopicCommandInput extends DeleteTopicRequest {} export interface DeleteTopicCommandOutput extends DeleteTopicResponse, __MetadataBearer {} declare const DeleteTopicCommand_base: { new ( input: DeleteTopicCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteTopicCommandInput, DeleteTopicCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteTopicCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteTopicCommandInput, DeleteTopicCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteTopicCommand extends DeleteTopicCommand_base { protected static __types: { api: { input: DeleteTopicRequest; output: DeleteTopicResponse; }; sdk: { input: DeleteTopicCommandInput; output: DeleteTopicCommandOutput; }; }; }