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