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