declare class UnsupportedTypeException extends Error {
    constructor(errorMessage: string);
}

export { UnsupportedTypeException as default };
