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