import type { TSESTree } from '@typescript-eslint/utils'; export declare function skipChainExpression(node: T): T | TSESTree.ChainElement; //# sourceMappingURL=skipChainExpression.d.ts.map