import type CoreGenerator from '../base-core/generator.js';
export declare function addEnumerationFiles(this: CoreGenerator, { application, entity }: {
    application: any;
    entity: any;
}): Promise<void>;
