import { Contact, Printable } from "../../types"; import { DatabaseSession } from "../../database"; export declare function editContact(database: DatabaseSession, filter: string): Promise<(Contact & Printable) | undefined>;