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