import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DisableVgwRoutePropagationRequest } from "../models/models_5"; export { __MetadataBearer }; export { $Command }; export interface DisableVgwRoutePropagationCommandInput extends DisableVgwRoutePropagationRequest {} export interface DisableVgwRoutePropagationCommandOutput extends __MetadataBearer {} declare const DisableVgwRoutePropagationCommand_base: { new ( input: DisableVgwRoutePropagationCommandInput ): import("@smithy/smithy-client").CommandImpl< DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DisableVgwRoutePropagationCommandInput ): import("@smithy/smithy-client").CommandImpl< DisableVgwRoutePropagationCommandInput, DisableVgwRoutePropagationCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DisableVgwRoutePropagationCommand extends DisableVgwRoutePropagationCommand_base { protected static __types: { api: { input: DisableVgwRoutePropagationRequest; output: {}; }; sdk: { input: DisableVgwRoutePropagationCommandInput; output: DisableVgwRoutePropagationCommandOutput; }; }; }