export declare const generateGoGormMain: (name: string, existingModules?: Array<{
    name: string;
    lowerName: string;
}>) => string;
