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