import { Paginator } from "@smithy/types"; import { SearchTablesCommandInput, SearchTablesCommandOutput, } from "../commands/SearchTablesCommand"; import { GluePaginationConfiguration } from "./Interfaces"; export declare const paginateSearchTables: ( config: GluePaginationConfiguration, input: SearchTablesCommandInput, ...rest: any[] ) => Paginator;