import { Editor } from '../editor/editor.js'; import { Briefing } from './briefing.js'; export declare function registerBriefing(id: string, briefing: typeof Briefing): void; export declare function createBriefing(editor: Editor): Briefing;