import type { GrepResult } from './types'; export declare function formatGrepResult(result: GrepResult): string;