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