import { ICommand } from "./types"; export declare const runProgram: (commands: ICommand[], argv?: any) => Promise; export declare const runTestProgram: (commands: ICommand[], command: string) => Promise;