import type { Paginator } from "@smithy/types"; import { SearchTestCasesCommandInput, SearchTestCasesCommandOutput } from "../commands/SearchTestCasesCommand"; import type { ConnectPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchTestCases: (config: ConnectPaginationConfiguration, input: SearchTestCasesCommandInput, ...rest: any[]) => Paginator;