/** * Truncate content to specified length */ export declare function truncateContent(content: string, maxLength: number): string; /** * Ensure path is absolute. If relative path is provided, resolve it properly. */ export declare function ensureAbsolutePath(inputPath: string): string; export declare function trackCodebasePath(codebasePath: string): void; //# sourceMappingURL=utils.d.ts.map