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