import type { BehaviorEventEmitter } from '../behavior/behavior-event-emitter.js'; import type { RepoFingerprint } from '../../domain/loop/bundle-manifest.js'; export declare function createRepoFingerprint(workspaceRoot: string): Promise; export declare function createBundle(workspaceRoot: string, outputPath: string, options?: { readonly insightsOnly?: boolean; readonly emitter?: BehaviorEventEmitter; }): Promise; export declare function exportInsightsOnly(workspaceRoot: string, outputPath: string): Promise; //# sourceMappingURL=state-exporter.d.ts.map