import type { ClaudePaths } from "./types.js"; export declare function normalizeFsPath(input: string): string; export declare function isAbsoluteFsPath(input: string): boolean; export declare function relativeFsPath(fromInput: string, toInput: string): string; export declare function basenameFsPath(input: string): string; export declare function getClaudePaths(claudeHomeInput?: string): ClaudePaths;