//#region src/core/helpers/header-constants.d.ts /** * The first line of the header text. */ declare const HEADER_TEXT_LINE_1 = "Generated by Power Plant"; /** * The second line of the header text. */ declare const HEADER_TEXT_LINE_2 = "Please do not edit this file manually - it will be automatically overwritten the next time the generator is run."; //#endregion export { HEADER_TEXT_LINE_1, HEADER_TEXT_LINE_2 }; //# sourceMappingURL=header-constants.d.cts.map