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