/** * @return Returns true for any value where typeof equals 'string' or an object created with String constructor */ export declare function isBoolean(value: any): boolean;