export declare const SIGINT = "SIGINT"; export declare const SIGTERM = "SIGTERM"; export declare const SIGHUP = "SIGHUP"; export declare function Shutdown(): void; export declare function HandleSignals(): void;