export declare function isCallable<T extends (...args: any[]) => any>(thing: T | unknown): thing is T;
