import { Node } from 'estree'; import { Options } from './options'; export declare const checkTree: (node: Node, options: Options) => boolean;