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