export type BootstrapSyncResult = { copied: string[]; updated: string[]; skipped: string[]; removed: string[]; warnings: string[]; }; export declare function syncBundledAssets(appRoot: string, agentDir: string, home?: string, workingDir?: string): BootstrapSyncResult;