import type * as ts from 'typescript'; export declare const valueToASTExpression: (value: any, multiline?: boolean) => ts.Expression;