import { RuntimeError } from './runtime.error'; export declare class UnknownTypeError extends RuntimeError { constructor(target: Object, key: string | symbol, paramIndex?: number, additionMsg?: string); }