/** * Resolves the sandbox directory for recipe python execution. * Returns: a writable directory under sources/recipe/.sandbox/. */ export declare function recipePythonSandboxPathResolve(name: string): string; //# sourceMappingURL=recipePythonSandboxPathResolve.d.ts.map