import { Configurator } from "./Configurator.js"; import { NestRelationType, NestTemplates } from "nest-compiler"; export declare class NestCompiler extends Configurator { private get auditEnabled(); private get loggingEnabled(); private getPredefinedModules; preDefinedColumns: { user: string[]; role: string[]; permission: string[]; messaging: string[]; form: string[]; support: string[]; metadata: string[]; file: string[]; notification: string[]; logging: string[]; audit: string[]; }; templates: NestTemplates; relations: NestRelationType; constructor(templates: NestTemplates); /** * Validate your local '.env' file against what has been specified in the config in the 'env' section */ private validateEnvConfig; private compileStarterPack; private appendRelation; private compileRelations; private compileEnums; private compileTables; compile(): Promise; }