import type { PapershelfPaths } from './types.js'; export declare function resolvePapershelfPaths(cwd: string): PapershelfPaths; export declare function toRepoRelativePath(repoRoot: string, absolutePath: string): string; export declare function toDocumentId(repoRoot: string, absolutePath: string): string;