import { Path } from "../utils"; export declare function executeCodechecksFile(codeChecksFilePath: string, options?: any): Promise; export declare function findCodechecksFiles(basePath: string): Path[];