/** Canonical list of all GOAT Flow skill names. */
export declare const SKILL_NAMES: readonly string[];
/** Deprecated skill names retained for migration and drift detection. */
export declare const STALE_SKILL_NAMES: readonly string[];
/**
 * Current audit version - derived from package.json so it stays in sync automatically.
 * Skills embed this as `goat-flow-skill-version: X` in their YAML frontmatter.
 */
export declare const AUDIT_VERSION: string;
//# sourceMappingURL=constants.d.ts.map