import type { NativeSessionRecord } from "../types.js"; export declare function listCodexNativeSessions(cwd?: string): Promise; export declare function listCodexLegacySessions(): Promise;