import { CertaConfig } from "../../CertaConfig";
export declare class NodeTestRunner {
    static readonly supportsCoverage = true;
    static readonly supportsCleanup = true;
    static runTests(config: CertaConfig): Promise<void>;
}
//# sourceMappingURL=NodeTestRunner.d.ts.map