/** * Preview Module * * Exports for dry-run / operation preview functionality. * * @since v1.32.0 */ export { type ChangeType, type FileChange, type OperationPreview, type OperationType, type PluginUpdateInfo, type PreviewOptions, type PreviewSummary, type SyncDirection, DEFAULT_PREVIEW_OPTIONS, ESTIMATED_TIME_PER_FILE, createEmptyPreview, createEmptyPreviewSummary, getChangeColor, getChangeSymbol, } from './preview-types.js'; export { PreviewService, type PreviewDataProvider, type ScannedFile, getPreviewService, resetPreviewService, } from './preview-service.js'; //# sourceMappingURL=index.d.ts.map