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