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