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