import { Mention } from "../types/mention.type"; export declare function convertHEntryToMention(entry: any, source: string, target: string): Mention;