import type { CommandAdapter } from '../command-adapter.interface.js'; export interface MemoryCommandDirs { bootstrap?: () => Promise; jsonDir: string; vaultDir: string; } export declare function configureMemoryCommand(program: CommandAdapter, dirs: MemoryCommandDirs): void; //# sourceMappingURL=memory.command.d.ts.map