export declare class Undefined {
    constructor();
}
export declare const UndefinedValue: Undefined;
