export declare function s_to_bool(s: string): boolean; export declare function bool_to_s(bool: boolean): string; export declare function test(): void;