import type { Paginator } from "@smithy/types"; import { GetCustomerGatewayAssociationsCommandInput, GetCustomerGatewayAssociationsCommandOutput } from "../commands/GetCustomerGatewayAssociationsCommand"; import type { NetworkManagerPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetCustomerGatewayAssociations: (config: NetworkManagerPaginationConfiguration, input: GetCustomerGatewayAssociationsCommandInput, ...rest: any[]) => Paginator;