import type { Paginator } from "@smithy/types"; import { DescribeLocalGatewayRouteTablesCommandInput, DescribeLocalGatewayRouteTablesCommandOutput } from "../commands/DescribeLocalGatewayRouteTablesCommand"; import type { EC2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeLocalGatewayRouteTables: (config: EC2PaginationConfiguration, input: DescribeLocalGatewayRouteTablesCommandInput, ...rest: any[]) => Paginator;