declare const isScalar: (value: any) => value is string | number | boolean | null | undefined;
export { isScalar };
