import * as reflect from 'jsii-reflect'; import { PropertySchema } from '../schema'; import { Transpile } from '../transpile/transpile'; export declare class Constants { private readonly constants; constructor(transpile: Transpile, properties: reflect.Property[]); toJson(): PropertySchema[]; }