import type { SessionHistorySearchOptions, SessionHistorySearchReport } from './types.js'; declare function parseSinceSpec(since?: string): number | undefined; export declare function searchSessionHistory(rawOptions: SessionHistorySearchOptions): Promise; export { parseSinceSpec }; export type { SessionHistoryMatch, SessionHistorySearchOptions, SessionHistorySearchReport, } from './types.js'; //# sourceMappingURL=index.d.ts.map