/**
 * Normalizes one project-relative path for human-readable CLI output and markdown.
 *
 * @private internal utility of `ptbk coder`
 */
export declare function formatDisplayPath(relativePath: string): string;
