"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AssetGenerator = void 0; class AssetGenerator { constructor(options) { this.options = options; } } exports.AssetGenerator = AssetGenerator;