import type { Runner } from '../@types/runner.js';
export declare const runner: (filename: string) => string[];
export declare const scriptRunner: (runner: Runner) => string[];
