import type { InSimEvents } from 'node-insim'; export declare function useOnDisconnect(handler: InSimEvents['disconnect']): void;