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