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