import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DescribeTopicRefreshScheduleRequest, DescribeTopicRefreshScheduleResponse, } from "../models/models_4"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface DescribeTopicRefreshScheduleCommandInput extends DescribeTopicRefreshScheduleRequest {} export interface DescribeTopicRefreshScheduleCommandOutput extends DescribeTopicRefreshScheduleResponse, __MetadataBearer {} declare const DescribeTopicRefreshScheduleCommand_base: { new ( input: DescribeTopicRefreshScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeTopicRefreshScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeTopicRefreshScheduleCommandInput, DescribeTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeTopicRefreshScheduleCommand extends DescribeTopicRefreshScheduleCommand_base { protected static __types: { api: { input: DescribeTopicRefreshScheduleRequest; output: DescribeTopicRefreshScheduleResponse; }; sdk: { input: DescribeTopicRefreshScheduleCommandInput; output: DescribeTopicRefreshScheduleCommandOutput; }; }; }