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