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