export declare function sanitizeWorkerSlug(value: string, fallback?: string): string; export declare function projectWorktreeHash(repositoryRoot: string): string; export declare function workerBranch(runId: string, stepId: string): string; export declare function workerWorktreePath(repositoryRoot: string, runId: string, stepId: string, home?: string): string; export declare function workerCoordinationRoot(workerId: string, home?: string): string; export declare function isPathInside(parent: string, candidate: string): boolean; export declare function assertSafeWorkerPath(repositoryRoot: string, candidate: string, home?: string): string; //# sourceMappingURL=paths.d.ts.map