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