import type { IntegRunnerOptions } from './runner-base';
import { ToolkitLibRunnerEngine } from '../engines/toolkit-lib';
/**
 * Creates the engine for running integration tests.
 *
 * Only the toolkit-lib engine is supported.
 */
export declare function makeEngine(options: IntegRunnerOptions): ToolkitLibRunnerEngine;
//# sourceMappingURL=engine.d.ts.map