import { EPackage } from '../metamodel/api/epackage.js';
/**
 * Responsible for generating a default (empty) utils file for an EPackage.
 * The utils file is intended to contain package-specific utility functions
 * and is manually maintained by developers after generation.
 *
 * @author dtuohy
 */
export declare class TGeneratorUtils {
    generateUtilsContents(pkg: EPackage): string;
}
//# sourceMappingURL=tgenerator-utils.d.ts.map