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