export declare class ValueConverter { static toBoolean(value: string): boolean; }