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