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