export declare function onQuit(handler: () => void): void;
export declare function offQuit(handler: () => void): void;
