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