/** * cms-edit indexes draft content via the Preview API by default (matches CMA upload workflow). * Pass `preview: false` for a published-only index (`index sync --published`). */ export declare const DEFAULT_INDEX_PREVIEW = true; export declare function resolveIndexPreview(explicit?: boolean): boolean; //# sourceMappingURL=mode.d.ts.map