import type WarpApp from "@git-stunts/git-warp"; export interface WarpPool { getOrOpen(repoId: string, worktreeRoot: string, writerId?: string): Promise; size(): number; } export declare class InMemoryWarpPool implements WarpPool { private readonly openWarp; private readonly opened; constructor(openWarp: (worktreeRoot: string, writerId: string) => Promise); getOrOpen(repoId: string, worktreeRoot: string, writerId?: string): Promise; size(): number; } //# sourceMappingURL=warp-pool.d.ts.map