import { logger as defaultLogger } from "./logger"; /** * Registers global error handlers for uncaught exceptions and unhandled promise rejections. * These handlers log the errors and terminate the process with exit code 1. */ export declare function registerErrorHandlers(processInstance?: NodeJS.Process, logger?: typeof defaultLogger): void;