import type { Feature } from '../../feature'; import type { Writable } from 'ts-essentials'; declare const initialAssignmentInfo: { assignmentOperator: Record; assigned: import("../../common-syntax-probability").CommonSyntaxTypeCounts; deepestNesting: number; nestedOperatorAssignment: number; }; export type AssignmentInfo = Writable; export declare const assignments: Feature; export {};