import Type = require('./Type'); export = Date; declare class Date extends Type { private timeZone; TimeZone: boolean; constructor(timeZone?: boolean, nullable?: boolean); }