export declare enum ExitCode { SUCCESS = 0, ERROR = 1, USAGE_ERROR = 2, INTERRUPTED = 130 } //# sourceMappingURL=exit-codes.d.ts.map