~~ lineWidth: 120 ~~
== should not move comment ==
declare module "ts-nameof" {
    interface Api {
        replaceInFiles(onFinished?: (err?: any /* NodeJS.ErrnoException */) => void): void;
    }
}

[expect]
declare module "ts-nameof" {
    interface Api {
        replaceInFiles(onFinished?: (err?: any /* NodeJS.ErrnoException */) => void): void;
    }
}
