import { ValueType } from './ValueType'; export declare class Bool extends ValueType { constructor(); decodeValue(value: any): boolean; }