import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeOAuthClientApplicationRequest, DescribeOAuthClientApplicationResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeOAuthClientApplicationCommandInput extends DescribeOAuthClientApplicationRequest {} export interface DescribeOAuthClientApplicationCommandOutput extends DescribeOAuthClientApplicationResponse, __MetadataBearer {} declare const DescribeOAuthClientApplicationCommand_base: { new ( input: DescribeOAuthClientApplicationCommandInput ): import("@smithy/core/client").CommandImpl< DescribeOAuthClientApplicationCommandInput, DescribeOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeOAuthClientApplicationCommandInput ): import("@smithy/core/client").CommandImpl< DescribeOAuthClientApplicationCommandInput, DescribeOAuthClientApplicationCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeOAuthClientApplicationCommand extends DescribeOAuthClientApplicationCommand_base { protected static __types: { api: { input: DescribeOAuthClientApplicationRequest; output: DescribeOAuthClientApplicationResponse; }; sdk: { input: DescribeOAuthClientApplicationCommandInput; output: DescribeOAuthClientApplicationCommandOutput; }; }; }