import type { NormalizedSession, SessionListEntry } from '../types.js'; export declare function parseKiroSession(filePath: string): Promise; export declare function findKiroSessions(): Promise; //# sourceMappingURL=kiro.d.ts.map