import type { SwapEvtType, UnpackEvt, NonPostableEvtLike } from "./types"; /** * https://docs.evt.land/api/evt/loosentype */ export declare function loosenType, SupersetOfT>(evt: E): UnpackEvt extends SupersetOfT ? SwapEvtType : "NOT A SUPERSET";