import type { VideoProductionMode } from './types.js'; export interface ObsidianSyncResult { outputDir: string; dashboardPath: string; viewPaths: string[]; exportedProjects: string[]; } export declare function syncObsidianVault(options?: { root?: string; outputDir?: string; productionMode?: VideoProductionMode; }): Promise; //# sourceMappingURL=obsidian-sync.d.ts.map