/**  Function */
declare var isFunctionSelf: (val: any) => boolean;
/**  Object */
declare var isObjectSelf: (val: any) => boolean;
