import { ICharacter } from "../types/_character"; export declare function translate(input: ICharacter, i: ICharacter | string): void;