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