import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../CloudTrailClient"; import { StartDashboardRefreshRequest, StartDashboardRefreshResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface StartDashboardRefreshCommandInput extends StartDashboardRefreshRequest {} export interface StartDashboardRefreshCommandOutput extends StartDashboardRefreshResponse, __MetadataBearer {} declare const StartDashboardRefreshCommand_base: { new ( input: StartDashboardRefreshCommandInput ): import("@smithy/smithy-client").CommandImpl< StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartDashboardRefreshCommandInput ): import("@smithy/smithy-client").CommandImpl< StartDashboardRefreshCommandInput, StartDashboardRefreshCommandOutput, CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartDashboardRefreshCommand extends StartDashboardRefreshCommand_base { protected static __types: { api: { input: StartDashboardRefreshRequest; output: StartDashboardRefreshResponse; }; sdk: { input: StartDashboardRefreshCommandInput; output: StartDashboardRefreshCommandOutput; }; }; }