import type { CliAdapter } from './types.js'; export declare function ompSessionDir(sessionId: string): string; export declare function ompTranscriptPath(sessionId: string): string | null; /** Adapter for oh-my-pi coding agent's native TUI (`omp`). */ export declare function createOhMyPiAdapter(pathOverride?: string): CliAdapter; export declare const create: typeof createOhMyPiAdapter; //# sourceMappingURL=oh-my-pi.d.ts.map