import type { Update, ScopeCreepFlag } from './types.js'; export declare function renderEmail(update: Update): { subject: string; body: string; }; export declare function renderMarkdown(update: Update): string; export declare function formatFlag(flag: ScopeCreepFlag): string; export declare function renderStatusLine(update: Update): string;