import { Db } from './types'; export declare const generateTags: (db: Db) => { id: number; name: string; color: string; }[];