// External build: terminal recording is not available. // Keep this module as a stable no-op surface so runtime imports stay valid. export function getRecordFilePath(): string | null { return null } export function _resetRecordingStateForTesting(): void {} export function getSessionRecordingPaths(): string[] { return [] } export async function renameRecordingForSession(): Promise {} export async function flushAsciicastRecorder(): Promise {} export function installAsciicastRecorder(): void {}