import type { CategoryConfig } from "../../config/schema";
export declare const DEFAULT_CATEGORIES: Record<string, CategoryConfig>;
export declare const CATEGORY_PROMPT_APPENDS: Record<string, string>;
export declare const CATEGORY_DESCRIPTIONS: Record<string, string>;
export declare const CATEGORY_PROMPT_APPEND_RESOLVERS: Record<string, (model: string | undefined) => string>;
