import { Command as $Command } from "@smithy/smithy-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/smithy-client").CommandImpl< DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeTopicRefreshCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeTopicRefreshCommandInput, DescribeTopicRefreshCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeTopicRefreshCommand extends DescribeTopicRefreshCommand_base { protected static __types: { api: { input: DescribeTopicRefreshRequest; output: DescribeTopicRefreshResponse; }; sdk: { input: DescribeTopicRefreshCommandInput; output: DescribeTopicRefreshCommandOutput; }; }; }