import type { Runner } from './types';
declare const fullJSRunner: Runner;
export default fullJSRunner;
