export declare const booleanStringValues: string[];
export declare function asBoolean(value: string): boolean;
