import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCustomerGatewayAssociationsRequest, GetCustomerGatewayAssociationsResponse, } from "../models/models_0"; export { __MetadataBearer }; export interface GetCustomerGatewayAssociationsCommandInput extends GetCustomerGatewayAssociationsRequest {} export interface GetCustomerGatewayAssociationsCommandOutput extends GetCustomerGatewayAssociationsResponse, __MetadataBearer {} declare const GetCustomerGatewayAssociationsCommand_base: { new ( input: GetCustomerGatewayAssociationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetCustomerGatewayAssociationsCommandInput, ): import("@smithy/core/client").CommandImpl< GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput, import("..").NetworkManagerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetCustomerGatewayAssociationsCommand extends GetCustomerGatewayAssociationsCommand_base { protected static __types: { api: { input: GetCustomerGatewayAssociationsRequest; output: GetCustomerGatewayAssociationsResponse; }; sdk: { input: GetCustomerGatewayAssociationsCommandInput; output: GetCustomerGatewayAssociationsCommandOutput; }; }; }