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