interface RunOptions {
    entries: string[];
    configPath?: string;
}
export default function run(opts: RunOptions): void;
export {};
//# sourceMappingURL=run.d.ts.map