import type { Inspector } from './index.mts'; import { NullValue, UndefinedValue, BooleanValue, SymbolValue, JSStringValue, NumberValue } from '#self'; export declare const Null: Inspector; export declare const Undefined: Inspector; export declare const Boolean: Inspector; export declare const Symbol: Inspector; export declare const String: Inspector; export declare const Number: Inspector; //# sourceMappingURL=primitives.d.mts.map