export declare function isScalar(value: unknown): value is string | number | boolean | null | undefined;
//# sourceMappingURL=scalar.d.ts.map