import type { ConfigError } from '../core/errors.js'; import type { Result } from '../core/result.js'; /** * Read and parse a JSON file while preserving the standard configuration error shape. */ export declare function loadJsonFile(fullPath: string, description: string): Promise>;