type SandboxReadDenyPathsBuildInput = { homeDir?: string; platform?: NodeJS.Platform; osHomeDir?: string; daycareConfigDir?: string; }; /** * Builds read deny paths for sandbox checks. * Expects: paths are absolute or resolvable, and includes hard-deny OS home/config roots. */ export declare function sandboxReadDenyPathsBuild(input?: SandboxReadDenyPathsBuildInput): string[]; export {}; //# sourceMappingURL=sandboxReadDenyPathsBuild.d.ts.map