import { ContactNote, Db } from './types'; export declare const generateContactNotes: (db: Db) => ContactNote[];