import type { AvailableCategory } from "../agents/dynamic-agent-prompt-builder"; import type { OhMyOpenCodeConfig } from "../config"; export declare function createAvailableCategories(pluginConfig: OhMyOpenCodeConfig): AvailableCategory[];