import { Interaction, Printable } from "../../types"; import { DatabaseSession } from '../../database'; export declare function addInteraction(database: DatabaseSession, filter: string | undefined): Promise;