import { EggProtoImplClass } from '@eggjs/tegg-types';
export declare class ObjectUtils {
static getProperties(obj: object): string[];
static getFunctionArgNameList(func: Function): string[];
static getConstructorArgNameList(clazz: EggProtoImplClass): string[];
}