import type { CliAdapter } from './types.js'; export declare function mtrSessionIdForBotmuxSession(sessionId: string): string; export declare function createMtrAdapter(pathOverride?: string): CliAdapter; export declare const create: typeof createMtrAdapter; //# sourceMappingURL=mtr.d.ts.map