blob: f92ab3edc6067ea6055e26d18caa774f2aa74da5 [file] [log] [blame]
import { AST, Rule } from 'eslint';
declare function parse(
path: string,
content: string,
context: Rule.RuleContext
): AST.Program | null | undefined;
export default parse;