/** * Rewrites a container /home/ path into its host mounted home directory path. * Expects: targetPath uses POSIX separators when provided as a container path. */ export declare function sandboxPathContainerToHost(hostHomeDir: string, userId: string, targetPath: string): string; //# sourceMappingURL=sandboxPathContainerToHost.d.ts.map