//#region src/infra/approval-display-paths.d.ts /** Formats user-home paths compactly for approval prompts without normalizing unsafe paths. */ declare function formatApprovalDisplayPath(value: string): string; //#endregion export { formatApprovalDisplayPath as t };