import { Driver, Execution } from '@beemo/core';
import { JestConfig } from './types';
export declare class JestDriver extends Driver<JestConfig> {
    readonly name = "@beemo/driver-jest";
    bootstrap(): void;
    getDependencies(): string[];
    getSupportedOptions(): string[];
    processSuccess(response: Execution): void;
}
//# sourceMappingURL=JestDriver.d.ts.map