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