import { CodeChecksSettings } from "../types";
/**
 * Always try loading settings from "codechecks.yml" or "codechecks.json" files.
 */
export declare function loadCodechecksSettings(basePath: string): Promise<CodeChecksSettings>;
