import type { ExtractedLesson, SearchResult } from '@mmnto/totem'; import type { ExtractOptions } from './extract-shared.js'; export declare const LOCKFILE_PATTERNS: string[]; export declare function assembleLocalPrompt(diff: string, existingLessons: SearchResult[], systemPrompt: string, scopeGlobs?: string[]): string; export declare function extractFromLocal(options: ExtractOptions, cwd: string): Promise; //# sourceMappingURL=extract-local.d.ts.map