import { Loader } from 'lilconfig'
/**
 * Loader for JSON files.
 *
 * @param _filepath - Path to the file (not used directly but required by Loader
 *   interface).
 * @param content - Content of the JSON file.
 * @returns Parsed JSON configuration object.
 */
export declare let jsonLoader: Loader
