export declare class CannotDetermineTypeError extends Error { constructor(typeName: string, propertyKey: string, parameterIndex?: number); }