import { IStringHelper } from 'h3lp'; export declare class ExpressionHelper { private readonly str; constructor(str: IStringHelper); clearLambda(func: Function): string; }