import { TSESTree } from '@typescript-eslint/types'; /** * Checks if a node represents *.addCommand() */ export declare function isAddCommandCall(node: TSESTree.CallExpression): boolean;