import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteOAuthClientApplicationRequest, DeleteOAuthClientApplicationResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteOAuthClientApplicationCommandInput extends DeleteOAuthClientApplicationRequest {} export interface DeleteOAuthClientApplicationCommandOutput extends DeleteOAuthClientApplicationResponse, __MetadataBearer {} declare const DeleteOAuthClientApplicationCommand_base: { new ( input: DeleteOAuthClientApplicationCommandInput ): import("@smithy/core/client").CommandImpl< DeleteOAuthClientApplicationCommandInput, DeleteOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteOAuthClientApplicationCommandInput ): import("@smithy/core/client").CommandImpl< DeleteOAuthClientApplicationCommandInput, DeleteOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteOAuthClientApplicationCommand extends DeleteOAuthClientApplicationCommand_base { protected static __types: { api: { input: DeleteOAuthClientApplicationRequest; output: DeleteOAuthClientApplicationResponse; }; sdk: { input: DeleteOAuthClientApplicationCommandInput; output: DeleteOAuthClientApplicationCommandOutput; }; }; }