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