/** * A symbol representing an empty value. * @group Constants */ export declare const NOTHING: unique symbol;