export declare const isFunction: (obj: any) => obj is Function;
