RGS: {
    l: ListenerWithSelectors[];
    s: SetStateAction<unknown> | null;
    v: unknown;
}

This is a hack to reduce lib size + readability + not encouraging direct access to globalThis

Type declaration