import { String } from "../types";
import { ICharacter } from "../types/_character";
export declare function reverse(input: {
    val: ICharacter | string;
}): String;
