import type { ConfigResult } from "./types"; export declare const loadConfig: (filepath?: string, searchFrom?: string) => ConfigResult | null;