import { CheckNameMapper } from "./executeJson";
export declare function executeCodechecksYaml(path: string, checkNameMapper?: CheckNameMapper): Promise<void>;
export declare function loadYaml(path: string): any;
