/**
* Optionally print a message and exit the process with the given exit code.
*
* @param exitCode the exit code to use
* @param message the message to print
*/exportdeclarefunctionexit(exitCode: number, message: string | undefined): void;
//# sourceMappingURL=utils.d.ts.map