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