import { PatternVar, Value } from "../value"; export declare function isPatternVar(value: Value): value is PatternVar;