import type { ExpressionValue } from './types';
export declare function buildExpressionAnnotations(expressionValues?: Record<string, ExpressionValue[]>): Map<string, string>;
