import { Loader } from 'lilconfig'
/**
 * Loader for JavaScript and TypeScript files using jiti.
 *
 * @param filepath - Path to the file to load.
 * @param _content - Content of the file (not used).
 * @returns Loaded and processed configuration.
 */
export declare let jitiLoader: Loader
