import type { StoredMessage } from "./types"; export declare function findNearestMessageWithFields(messageDir: string): StoredMessage | null; export declare function findFirstMessageWithAgent(messageDir: string): string | null;