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