import { Paginator } from "@smithy/types"; import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput, } from "../commands/GetDevEndpointsCommand"; import { GluePaginationConfiguration } from "./Interfaces"; export declare const paginateGetDevEndpoints: ( config: GluePaginationConfiguration, input: GetDevEndpointsCommandInput, ...rest: any[] ) => Paginator;