/** * Recall Command * Session memory — persist and recall context across sessions * (SkillKit calls this "memory" — we call it "recall") */ import { Command } from 'commander'; /** * Register the recall command */ export declare function registerRecallCommand(program: Command): void; //# sourceMappingURL=recall.d.ts.map