export declare function runLintCheck(baseDir: string, pagesDir: string): Promise<string | null>;
