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