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