import { FileLintRule } from '../../types/LintRule';
/**
 * Lint rule that enforces the presence of parentheses in macro definitions..
 */
export declare const hasMacroParentheses: FileLintRule;
