export declare const $$types: symbol; export declare const $$getShiftTable: symbol; export declare function proto(constructor: T): { new (...args: any[]): {}; } & T;