/** * Returns `true` if the given object is likely a prototype. * @param o The object to check. */ declare const isPrototype: (o: object) => boolean; export default isPrototype; //# sourceMappingURL=_isPrototype.d.ts.map