import { RuinsEslintOutput } from "../types/eslint.js";
export declare const getLintIssues: () => Promise<RuinsEslintOutput>;
