export declare function updateJson<T extends object>(filePath: string, updates: Partial<T>): Promise<void>;
export declare function hasJsonProperty(filePath: string, propertyPath: string): boolean;
