import type { MessageId, Option } from "../../types"; import type { TSESLint, TSESTree } from "@typescript-eslint/utils"; export type Context = Readonly>; type CallExpression = (context: Context) => TSESLint.RuleFunction; export declare const callExpression: CallExpression; export {};