export default interface IRun {
    getCommands(): string[];
}
//# sourceMappingURL=IRun.d.ts.map