export declare const undef: "undef"; export declare type undef = typeof undef | null | undefined; export declare function isScadUndef(value: any): value is undef;