import type * as ts from 'typescript'; import { Bean } from './Bean'; export declare const getBeanScopeExpressionValue: (bean: Bean) => ts.Expression;