declare function isPrimitive(val: any): boolean;

export = isPrimitive;
