import { ClassPrototype } from '../../definitions/types'; declare const getFunctionParameters: (func: Function) => string[]; declare const getMethodParamName: (target: ClassPrototype, methodName: string, parameterIndex: number) => string; export { getFunctionParameters, getMethodParamName };