import type { Paginator } from "@smithy/types"; import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../commands/SearchResourcesCommand"; import type { Macie2PaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchResources: (config: Macie2PaginationConfiguration, input: SearchResourcesCommandInput, ...rest: any[]) => Paginator;