import { BinaryNumeric } from './binary-numeric'; export declare class ExprAddSub extends BinaryNumeric<'+' | '-'> { elementType: string; }