import type kanbanDb from './kanbanDb.js';
export type KanbanDB = typeof kanbanDb;
