export type type = typeof type; /** * Used to construct type-level alias information. */ export declare const type: (() => T) & (new () => T); //# sourceMappingURL=type.d.ts.map