/** * Applies MyWorkplace-specific replacements to a single line. * Ported from csdr-engine/migrate/index.js replaceMwp. * Returns true if the line was modified. */ export declare function replaceMwp(filePath: string, lines: string[], index: number): boolean;