export declare const collapsible: (title: string, body: string) => string; export declare const formatReport: (report: string, diff: string, change: number, assignees: string[]) => string;