/** * Lint the project's source. Exits 0 = clean, 1 = findings (parity with the * Python master and with `tina4nodejs test`'s exit-code contract). */ export declare function runLint(args: string[]): void;