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