import type { Rule } from 'eslint';
import type estree from 'estree';
import type { Assertion } from './assertions.js';
export declare function extractChaiAssertion(context: Rule.RuleContext, node: estree.Node, allowGlobal: boolean): Assertion | null;