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