//#region src/utils/applyLineTextWithNewline.d.ts
declare function applyLineTextWithNewline(line: string, lineText: string): string;
//#endregion
export { applyLineTextWithNewline };
//# sourceMappingURL=applyLineTextWithNewline.d.ts.map