import { ExprData } from './ExprData.js';
export declare function createExprData(input: any): ExprData;
