import type { Writable } from 'ts-essentials';
import type { Feature } from '../../feature';
declare const initialExpressionListInfo: {
    allExpressionLists: number;
    deepestNesting: number;
};
export type ExpressionListInfo = Writable<typeof initialExpressionListInfo>;
export declare const expressionList: Feature<ExpressionListInfo>;
export {};
