type Primitive = string | number | boolean | null | undefined;
export declare function isPrimitive(arg: unknown): arg is Primitive;
export {};
//# sourceMappingURL=helpers.d.ts.map