export declare class ParamTypeMissingError extends Error { name: string; constructor(object: Object, propertyName: string, index: number); }