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