export declare abstract class FunctionUtility {
    static getParamNames(func: Function): string[];
}
