import { ICharacter } from "./types/_character";
export declare function dynamicCallLookup(obj: any, methodName: string | ICharacter): any;
