import type { GovernanceConfigs } from "../schema-kernel/hivemind-configs.schema.js"; /** * Default governance configurations for the Hivemind ecosystem. * Provides sensible defaults for agents, commands, tools, rules, naming standards, and templates. */ export declare const DEFAULT_GOVERNANCE_CONFIGS: GovernanceConfigs; //# sourceMappingURL=defaults.d.ts.map