import { NULL } from './util'; export default class NullUndefined { value: NULL; constructor(value: NULL); static is(target: any): boolean; } //# sourceMappingURL=wrapper.d.ts.map