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