/** * OMC HUD - Prompt Time Element * * Renders the timestamp of the last user prompt submission. * Recorded by the keyword-detector hook on UserPromptSubmit. */ /** * Render prompt submission time. * * Format: prompt:HH:MM:SS */ export declare function renderPromptTime(promptTime: Date | null): string | null; //# sourceMappingURL=prompt-time.d.ts.map