import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse, } from "../models/models_4"; 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/smithy-client").CommandImpl< UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateTopicRefreshScheduleCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateTopicRefreshScheduleCommandInput, UpdateTopicRefreshScheduleCommandOutput, QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateTopicRefreshScheduleCommand extends UpdateTopicRefreshScheduleCommand_base { protected static __types: { api: { input: UpdateTopicRefreshScheduleRequest; output: UpdateTopicRefreshScheduleResponse; }; sdk: { input: UpdateTopicRefreshScheduleCommandInput; output: UpdateTopicRefreshScheduleCommandOutput; }; }; }