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