export declare const objectToString: (value: unknown) => any; export declare const hasOwn: (o: object, v: PropertyKey) => boolean;