import * as reflect from 'jsii-reflect';
import { PropertySchema } from '../schema';
import { Transpile } from '../transpile/transpile';
export declare class Constant {
private readonly constant;
constructor(transpile: Transpile, property: reflect.Property);
toJson(): PropertySchema;
}