import type { Rule } from 'eslint'; /** * A suspect test node is a test node that is the only child of a function body */ export declare const rule: Rule.RuleModule;