import { Expression } from 'typescript'; export declare function createExpressionFromValue(value: any): Expression;