export declare function writePackage(filePath: string, data: Record<string, any>): Promise<void>;
