export declare const set: (object: T, path: string | string[], value: unknown) => boolean;