/** * Interactive mode -- Mole-inspired CLI menu. * Launches when user runs bare `sink` with no args. */ export declare function runInteractive(): Promise<{ command: string; file?: string; text?: string; options?: Record; }>;