type SandboxSensitiveDenyPathsBuildInput = { homeDir?: string; platform?: NodeJS.Platform; }; /** * Builds the shared sensitive filesystem deny-list used by sandbox checks. * Expects: homeDir, when provided, is an absolute or resolvable path. */ export declare function sandboxSensitiveDenyPathsBuild(input?: SandboxSensitiveDenyPathsBuildInput): string[]; export {}; //# sourceMappingURL=sandboxSensitiveDenyPathsBuild.d.ts.map