import { type ToolDefinition } from "@earendil-works/pi-coding-agent"; export declare const writeContentForPreview: (content: string) => string | undefined; export declare const shouldSkipWriteDiffBytes: (...texts: string[]) => boolean; export declare const shouldSkipWriteDiffComplexity: (before: string, after: string) => boolean; export declare const createPreviewWriteToolDefinition: (cwd: string) => ToolDefinition; //# sourceMappingURL=write-preview.d.ts.map