import { IGunHookContext, GunPeer } from '.'; export type GunHookCallbackBye = ( this: IGunHookContext, peer: GunPeer ) => void;