export declare function formatLinkUnderstandingBody(params: {
    body?: string;
    outputs: string[];
}): string;
