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