declare function isNative(val: any): boolean;

export = isNative;
