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