/**
 * Converts the given string to a boolean value
 * @param str Input string
 */
export declare const fromString: (target: boolean, str: string) => boolean;
