declare const command: {
    readonly arguments: {
        readonly appsFolders: {
            readonly type: ArrayConstructor;
            readonly description: "Application folders";
            readonly scope: "storage";
        };
    };
    readonly configs: {
        readonly jwtSecretKey: {
            readonly cli: {
                readonly type: StringConstructor;
                readonly env: "JHI_JWT_SECRET_KEY";
            };
            readonly scope: "storage";
        };
    };
};
export default command;
