/** * Initialize the storage layer * - Creates database tables * - Initializes default templates if none exist */ export declare function initializeStorage(): Promise; export * from './db.js'; export * from './templates.js';