import { RunOptions } from "../types"; export declare function run(filePath: string, options: RunOptions): Promise;