export { isCallable }; declare function isCallable(thing: T | unknown): thing is T;