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