import type { EnvVar } from "../internals/envfile.js"; /** * Build the redirect env vars pointing every cache/DB root into `scratch`. * Order is fixed (matches {@link REDIRECTS}) so the managed block regenerates * byte-identically on re-run. */ export declare function redirectEnv(scratch: string): EnvVar[];