export declare var Type: FunctionConstructor; export interface Constructor { new (...args: any[]): T; } export declare const UNDEFINED: any; export declare function isPresent(a: any): boolean;