/** * squad extract — extract learnings from consult mode session. * * Reads staged learnings from .squad/extract/ (classified by Scribe during session) * and merges approved items to your personal squad. * * @module cli/commands/extract */ /** * Run the extract command. * * @param cwd - Current working directory (project root). * @param args - Command-line arguments. */ export declare function runExtract(cwd: string, args: string[]): Promise; //# sourceMappingURL=extract.d.ts.map