/** * This hook will cause the process to exit when the user presses Ctrl+C. */ export declare function useExitOnCtrlC(): void;