export declare function addPrShepherdMarker(body: string): string; export declare function threadEndedByShepherd(thread: { body: string; comments?: readonly { body: string; }[]; }): boolean;