export declare class WrongTypeException extends Error { constructor(requiredType: string, text?: string); } //# sourceMappingURL=wrong-type.exception.d.ts.map