export declare function resolveBundledPiPackageDir(): string; /** Environment for a bundled pi subprocess. pi resolves theme assets relative * to its package root; pnpm/npm mixed layouts can make its own module URL point * through `.pnpm` at a package copy without those JSON assets, so explicitly * pin the real bundled package directory (the same contract attach uses). */ export declare function bundledPiSubprocessEnv(): NodeJS.ProcessEnv; export declare function resolveBundledPiCliPath(): string; export declare function bundledPiCommandForShell(quote: (value: string) => string): string;