export declare function booleanToString(value: boolean): string; export declare function booleanFromString(value: string): boolean;