import type { PromptFragment } from '@cat-factory/contracts'; export declare const styleFragments: PromptFragment[]; /** * The style fragments a NEW document task is pre-seeded with (default-on, user-removable * like any block pin). The source of truth for "which style fragments a document task * starts with" — the board service seeds these onto a document task's `fragmentIds` at * creation, so the `doc-aware` authoring/review kinds fold them in without the prompt * hard-coding the guidance. */ export declare const DEFAULT_DOCUMENT_STYLE_FRAGMENT_IDS: readonly string[]; //# sourceMappingURL=style.d.ts.map