/** biome-ignore-all lint/suspicious/noConsole: Verbose index sync writes to stderr intentionally */ /** Set from `cms-edit index sync --verbose` for the current process. */ export declare function setIndexSyncCliVerbose(enabled: boolean): void; export declare function isIndexSyncVerbose(): boolean; /** Progress trace for index sync — `index sync --verbose` or `LOG_CMS_INDEX=1`. */ export declare function indexSyncVerbose(message: string): void; //# sourceMappingURL=sync-log.d.ts.map