declare function getFuncResult(instance: T, funcName: keyof T, ...args: any): any; export { getFuncResult };