export declare function renderFileContextBlock(params: {
    filename?: string | null;
    fallbackName?: string;
    mimeType?: string | null;
    content: string;
    surroundContentWithNewlines?: boolean;
}): string;
