export declare const NOTHING: "@typed/Nothing"; export declare type NOTHING = typeof Nothing; /** * The Nothing type, used in place of nulls or undefined. * @name Nothing * @type */ export interface Nothing { readonly [NOTHING]: true; } export declare const Nothing: Nothing; //# sourceMappingURL=Nothing.d.ts.map