import { Paginator } from "@smithy/types"; import { SearchCommandInput, SearchCommandOutput, } from "../commands/SearchCommand"; import { DataZonePaginationConfiguration } from "./Interfaces"; export declare const paginateSearch: ( config: DataZonePaginationConfiguration, input: SearchCommandInput, ...rest: any[] ) => Paginator;