/** * Get the prototype of an object. * @param x The object to get the prototype of. * @returns The prototype of the object. */ declare const getPrototype: (x: unknown) => any; export default getPrototype; //# sourceMappingURL=_getPrototype.d.ts.map