import { WrapperExpressionDescription } from "./WrapperExpressionDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class YearToDateExpressionDescription extends WrapperExpressionDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue2;
    private static __marshalByValueAlias2;
    constructor();
}
