Base: {
    prototype: __type<any>;
    new (...args: any[]): __type<typeof UserLayer>;
} & typeof UserLayer = ...

Generated using TypeDoc