type Primitive = string | number | boolean | bigint | null | undefined; export declare function unwrap(value: unknown): Primitive; export {}; //# sourceMappingURL=unwrap.d.ts.map