import { CatchResult } from "./types.js"; export declare function formatCatchNotification(result: CatchResult, uniqueCount: number): string;