import { Property } from "../data"; export declare function isProperty(value: unknown): value is Property;