/** * @fileoverview Rule to flag use of console object * @author Nicholas C. Zakas */ declare var noDate: { meta: { type: string; docs: { description: string; category: string; recommended: boolean; }; messages: { unexpected: string; }; }; getVariableByName(initScope: any, name: any): any; getStaticPropertyName(node: any): any; create(context: any): any; }; export default noDate; //# sourceMappingURL=no-date.d.ts.map