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