import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { AssociateCustomerGatewayRequest, AssociateCustomerGatewayResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface AssociateCustomerGatewayCommandInput extends AssociateCustomerGatewayRequest {} export interface AssociateCustomerGatewayCommandOutput extends AssociateCustomerGatewayResponse, __MetadataBearer {} declare const AssociateCustomerGatewayCommand_base: { new ( input: AssociateCustomerGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: AssociateCustomerGatewayCommandInput, ): import("@smithy/core/client").CommandImpl< AssociateCustomerGatewayCommandInput, AssociateCustomerGatewayCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class AssociateCustomerGatewayCommand extends AssociateCustomerGatewayCommand_base { protected static __types: { api: { input: AssociateCustomerGatewayRequest; output: AssociateCustomerGatewayResponse; }; sdk: { input: AssociateCustomerGatewayCommandInput; output: AssociateCustomerGatewayCommandOutput; }; }; }