import type { ProjectBriefCompact } from './ProjectBriefCompact'; export declare type ProjectBriefBase = (ProjectBriefCompact & { /** * The title of the project brief. */ title?: string; /** * HTML formatted text for the project brief. */ html_text?: string; });