#!/usr/bin/env node /** * Storage Mode CLI - thin entry point. * * Commands: * node storage.js status [--cache] Show current storage mode * node storage.js switch [--cache] Switch to local or zep-cloud */ export {}; //# sourceMappingURL=storage.d.ts.map