import _ from "lodash"; import { Handler } from "./serve"; export declare const run: (dir: string, args: { [key: string]: any; _: string[]; }) => Promise;