/** * convert to boolean * */ export declare function toBoolean(value: string): boolean;