/**
 * Fixes JSON files by adding double quotes to keys and removing trailing commas
 * @param filePath - Optional custom path to the JSON file to fix
 */
export declare function fixConfigFile(filePath?: string): Promise<void>;
