import { Property } from "./abstractions"; export declare function constant(value: A): Property;