/**
 * Exit codes defined in <sysexits.h>:
 * https://www.freebsd.org/cgi/man.cgi?query=sysexits&apropos=0&sektion=0&manpath=FreeBSD+4.3-RELEASE&format=html
 */
export declare const enum SysExits {
    EX_USAGE = 64,
    EX_DATAERR = 65
}
export declare function exitProcess(exitCode?: number): Promise<never>;
//# sourceMappingURL=sysexits.d.ts.map