import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse, } from "../models/models_5"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../QuickSightClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateTopicRefreshScheduleCommandInput extends UpdateTopicRefreshScheduleRequest {} export interface UpdateTopicRefreshScheduleCommandOutput extends UpdateTopicRefreshScheduleResponse, __MetadataBearer {} declare const UpdateTopicRefreshScheduleCommand_base: { new ( input: UpdateTopicRefreshScheduleCommandInput ): import("@smithy/core/client").CommandImpl< UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateTopicRefreshScheduleCommandInput ): import("@smithy/core/client").CommandImpl< UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateTopicRefreshScheduleCommand extends UpdateTopicRefreshScheduleCommand_base { protected static __types: { api: { input: UpdateTopicRefreshScheduleRequest; output: UpdateTopicRefreshScheduleResponse; }; sdk: { input: UpdateTopicRefreshScheduleCommandInput; output: UpdateTopicRefreshScheduleCommandOutput; }; }; }