import * as reflect from 'jsii-reflect';
import { ConstructSchema } from '../schema';
import { Transpile } from '../transpile/transpile';
export declare class Construct {
    private readonly construct;
    constructor(transpile: Transpile, klass: reflect.ClassType);
    toJson(): ConstructSchema;
}
