export declare const isPrimitive: (candidate: unknown) => candidate is boolean | number | string | Uint8Array;
