import type { MemoryShareInput, MemoryShareOutput } from '../types/index.js'; import type { SQLiteStore } from '../storage/sqlite.js'; export declare function handleMemoryShare(args: MemoryShareInput, sqlite: SQLiteStore): MemoryShareOutput; //# sourceMappingURL=share.d.ts.map