import { Variable } from '../types'; export default function isVariable(obj: unknown): obj is Variable;