import type { PrimitiveValue, PropertyKey } from '../../types/internal'; type Return = Readonly>; /** * Get shallow copy of object for logs. * Property values that are objects are cast to a string. */ export declare const getShallowCopyOfObjectForLogs: (value: object) => Return; export {};