interface IRunAct { src?: string; argv?: string[]; } export declare const run: (options: IRunAct) => Promise; export {};