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