import { TestOption } from "../interface.js"; export type CompileOption = Pick; export declare function compile(testCodePaths: string[], entryFiles: string[], option: CompileOption): Promise; //# sourceMappingURL=compile.d.ts.map