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