export default ruleParenComparisonsInLogical; declare namespace ruleParenComparisonsInLogical { function create(context: any): { LogicalExpression(node: any): void; }; namespace meta { namespace docs { let description: string; let recommended: boolean; } let fixable: string; let schema: never[]; let type: string; } }