/** * Resolves the runs directory using the shared SDK policy. * Accepts an optional override (e.g. from tool args or env). */ export declare function resolveRunDir(overridePath?: string): string; //# sourceMappingURL=resolve-run-dir.d.ts.map