/**
 * Loads a configuration file relative to the BREK_CONFIG_DIR. Does not
 * require leading slashes.
 * @param parts
 */
export declare function loadConfFile(parts: string[]): Record<string, any>;
