export { SmartExit } from './smartexit.classes.smartexit.js'; export type { IKillAllOptions, IKillAllResult, IProcessHandle, ISmartExitOptions, } from './smartexit.classes.smartexit.js'; export type { TProcessSignal } from './smartexit.types.js'; export { ProcessLifecycle } from './smartexit.classes.lifecycle.js'; export type { ILifecycleOptions } from './smartexit.classes.lifecycle.js';