declare const _default: { rules: { 'no-date': { 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; }; 'no-js-imports': { meta: { type: string; docs: { description: string; category: string; recommended: boolean; }; messages: { jsImport: string; }; }; create(context: any): any; }; }; }; export default _default; //# sourceMappingURL=plugin.d.ts.map