export declare const MAX_WRITE_DIFF_BYTES: number; export declare const writeContentForPreview: (content: string) => string | undefined; export declare const shouldSkipWriteDiffBytes: (...texts: string[]) => boolean; export declare const shouldSkipWriteDiffComplexity: (before: string, after: string) => boolean; //# sourceMappingURL=write-diff-limits.d.ts.map