import * as reflect from 'jsii-reflect'; import { ConstructSchema } from '../schema'; import { Transpile } from '../transpile/transpile'; export declare class Constructs { private readonly constructs; constructor(transpile: Transpile, classes: reflect.ClassType[]); toJson(): ConstructSchema[]; }