export interface IExpr {
    readonly type: string;
}
