export interface BackfillFigmentCachesResult { vaultPath: string; ran: boolean; ftsDocsUpserted: number; durationMs: number; } export declare function backfillFigmentCaches(vaultPath: string): Promise; //# sourceMappingURL=backfill-figment-caches.d.ts.map