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