import type { GenerateOutputFn, OutputInterface, OutputOptions, TranspileFn } from "./types"; export type * from "./types"; export * from "./utils"; export declare function runTests(_slug: string, files: Record, userPaths: string[], signal?: AbortSignal): Promise; export declare function runTests(_slug: string, files: Record, userPaths: string[], signal: AbortSignal, transpile: TranspileFn): Promise; export declare function runTests(_slug: string, files: Record, userPaths: string[], signal: AbortSignal, transpile: TranspileFn | undefined, generateOutput: GenerateOutputFn): Promise; //# sourceMappingURL=index.d.ts.map