import type * as ts from 'typescript'; export declare enum DoNotEditElement { STATIC_INIT_BLOCK = "STATIC_INIT_BLOCK", FIELD = "FIELD" } export declare const addDoNotEditComment: (node: T, element: DoNotEditElement) => T;