import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse, } from "../models/models_3"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface CreateTopicRefreshScheduleCommandInput extends CreateTopicRefreshScheduleRequest {} export interface CreateTopicRefreshScheduleCommandOutput extends CreateTopicRefreshScheduleResponse, __MetadataBearer {} declare const CreateTopicRefreshScheduleCommand_base: { new ( input: CreateTopicRefreshScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateTopicRefreshScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateTopicRefreshScheduleCommandInput, CreateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateTopicRefreshScheduleCommand extends CreateTopicRefreshScheduleCommand_base { protected static __types: { api: { input: CreateTopicRefreshScheduleRequest; output: CreateTopicRefreshScheduleResponse; }; sdk: { input: CreateTopicRefreshScheduleCommandInput; output: CreateTopicRefreshScheduleCommandOutput; }; }; }