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