export default function isObject<T = object>(input: unknown): input is T;
