export declare const exitSignals: readonly ["SIGINT", "SIGTERM", "SIGQUIT", "SIGHUP"]; export declare function handleTerminationSignals(): void;