/** * Caused when @Type decorator is missing on the class property. */ export declare class TypeMissingError extends Error { name: string; constructor(cls: Function, key: string); }