import * as reflect from 'jsii-reflect';
import { StructSchema } from '../schema';
import { Transpile } from '../transpile/transpile';
export declare class Structs {
    private readonly structs;
    constructor(transpile: Transpile, interfaces: reflect.InterfaceType[]);
    toJson(): StructSchema[];
}
