/** * Extract Command * * 기존 Claude Code 세션에서 메모리를 추출합니다. */ import { Command } from 'commander'; export declare function extractCommand(): Command; //# sourceMappingURL=extract.d.ts.map