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