import type { Paginator } from "@smithy/types"; import { SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput } from "../commands/SearchRelatedItemsCommand"; import type { ConnectCasesPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchRelatedItems: (config: ConnectCasesPaginationConfiguration, input: SearchRelatedItemsCommandInput, ...rest: any[]) => Paginator;