export declare const objectToString: (thisArg: unknown) => string;
export declare type Path = PropertyKey[];
