import Type = require('./Type'); export = Boolean; declare class Boolean extends Type { constructor(nullable?: boolean); }