export declare class FunctionUtils {
    static getReturnType<R>(_fn: (...args: any[]) => R): R;
}
