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