/** * Checks whether a target path is contained in any denied directory path. * Expects: target and denyPaths are absolute or resolvable paths. */ export declare function sandboxPathDenyCheck(target: string, denyPaths: string[]): boolean; //# sourceMappingURL=sandboxPathDenyCheck.d.ts.map