import type { Rule } from 'eslint';
import estree from 'estree';
export declare namespace Supertest {
    function isImported(context: Rule.RuleContext): boolean;
    function isAssertion(context: Rule.RuleContext, node: estree.Node): boolean;
}
