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