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