import { TSESTree } from "@typescript-eslint/utils"; declare const _default: { name: string; meta: { type: "suggestion" | "problem" | "layout"; messages: { noOfficeInitialize: string; }; docs: { description: string; category: "Best Practices" | "Stylistic Issues" | "Variables" | "Possible Errors"; recommended: false | "error" | "warn"; url: string; }; schema: never[]; }; create: (context: any) => { "AssignmentExpression[left.object.name='Office'][left.property.name='initialize']"(node: TSESTree.AssignmentExpression): void; }; }; export = _default;