import { WebSummaryOperandDescription } from "./WebSummaryOperandDescription";
import { Type } from "./type";
export declare class WebNumberSummaryOperandDescription extends WebSummaryOperandDescription {
static $t: Type;
protected get_type(): string;
constructor();
}