/** * Reads a JSON file, sorts its keys with {@link sortValue}, and writes it back * in place using 2-space indentation. The original file's trailing newline is * preserved (kept if present, omitted if absent). */ export declare function formatFile(filePath: string): Promise;