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