import type { Paginator } from "@smithy/types"; import { SearchDataTablesCommandInput, SearchDataTablesCommandOutput } from "../commands/SearchDataTablesCommand"; import type { ConnectPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchDataTables: (config: ConnectPaginationConfiguration, input: SearchDataTablesCommandInput, ...rest: any[]) => Paginator;