import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { StartNetworkInsightsAccessScopeAnalysisRequest, StartNetworkInsightsAccessScopeAnalysisResult, } from "../models/models_7"; export { __MetadataBearer }; export { $Command }; export interface StartNetworkInsightsAccessScopeAnalysisCommandInput extends StartNetworkInsightsAccessScopeAnalysisRequest {} export interface StartNetworkInsightsAccessScopeAnalysisCommandOutput extends StartNetworkInsightsAccessScopeAnalysisResult, __MetadataBearer {} declare const StartNetworkInsightsAccessScopeAnalysisCommand_base: { new ( input: StartNetworkInsightsAccessScopeAnalysisCommandInput ): import("@smithy/smithy-client").CommandImpl< StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: StartNetworkInsightsAccessScopeAnalysisCommandInput ): import("@smithy/smithy-client").CommandImpl< StartNetworkInsightsAccessScopeAnalysisCommandInput, StartNetworkInsightsAccessScopeAnalysisCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class StartNetworkInsightsAccessScopeAnalysisCommand extends StartNetworkInsightsAccessScopeAnalysisCommand_base { protected static __types: { api: { input: StartNetworkInsightsAccessScopeAnalysisRequest; output: StartNetworkInsightsAccessScopeAnalysisResult; }; sdk: { input: StartNetworkInsightsAccessScopeAnalysisCommandInput; output: StartNetworkInsightsAccessScopeAnalysisCommandOutput; }; }; }