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