/**
 * Converts the given boolean value to string
 * @param b
 */
export declare const toString: (b: boolean) => string;
