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