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