import type { MemoryPort } from '@wrongstack/core/types'; export declare function handleGraphSubcommand(store: MemoryPort, tokens: string[]): Promise<{ message: string; }>; export declare function handleGatherSubcommand(store: MemoryPort, tokens: string[]): Promise<{ message: string; }>; //# sourceMappingURL=memory-slash-gather.d.ts.map