/** * Applies EUI and ECL breaking change replacements to a single line. * Ported from csdr-engine/migrate/index.js replaceEuiBreakingChanges. * Returns true if the line was modified. */ export declare function replaceEuiBreakingChanges(lines: string[], index: number): boolean;