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