import type { SgResult } from "./types"; export declare function formatSearchResult(result: SgResult): string;