export declare function readFileTailLines(filePath: string, maxLines: number): Promise<string[]>;
export declare function summarizeLogTail(rawLines: string[], opts?: {
    maxLines?: number;
}): string[];
export { pickGatewaySelfPresence } from "../gateway-presence.js";
