import type { Paginator } from "@smithy/types"; import { DescribeTestCasesCommandInput, DescribeTestCasesCommandOutput } from "../commands/DescribeTestCasesCommand"; import type { CodeBuildPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeTestCases: (config: CodeBuildPaginationConfiguration, input: DescribeTestCasesCommandInput, ...rest: any[]) => Paginator;