import { z } from "zod"; export declare function createHashlineReadTool(): import("../platform/types.ts").CanonicalToolDef<{ filePath: z.ZodString; offset: z.ZodOptional; limit: z.ZodOptional; }>; /** * Parse canonical content and produce the annotated read output string. * Exported for testing. */ export declare function formatReadOutput(rawContent: string, filePath: string, offset?: number, limit?: number): string; //# sourceMappingURL=hashline-read.d.ts.map