import type * as ts from 'typescript'; export declare enum InternalElementKind { ApplicationManager = "ApplicationManager", ClawjectInternalRuntimeUtils = "___ClawjectInternalRuntimeUtils___" } export declare class InternalsAccessBuilder { private static _currentIdentifier; static get currentIdentifier(): ts.Identifier; static setCurrentIdentifier(identifier: ts.Identifier): void; static importDeclarationToInternal(): ts.ImportDeclaration; static internalPropertyAccessExpression(elementKind: InternalElementKind): ts.PropertyAccessExpression; }