import * as reflect from 'jsii-reflect';
import { EnumSchema } from '../schema';
import { Transpile } from '../transpile/transpile';
export declare class Enums {
    private readonly enums;
    constructor(transpile: Transpile, enums: reflect.EnumType[]);
    toJson(): EnumSchema[];
}
