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