declare const command: { readonly configs: { readonly jwtSecretKey: { readonly cli: { readonly type: StringConstructor; readonly env: "JHI_JWT_SECRET_KEY"; }; readonly scope: "generator"; }; }; }; export default command;