import type { Defined, Unregister } from "../types"; export type Register = Defined Unregister, (listener: L) => Unregister>;