export declare const CODEX_SKILL_CONFIG_SECTIONS: RegExp; /** The path editor supports ordinary array-of-table sections only. Removing * those sections must remove exactly the parsed path array, with all other * values unchanged. This also excludes header-like text inside user strings. */ export declare function assertCodexPathConfigEditable(text: string): void; /** Preserve user TOML verbatim except for the supported bundled-skill control. * Bun's parser accepts some illegal table reopenings, so never append a table * over an existing inline/dotted skills definition. Refuse unfamiliar layouts * before the integration transaction writes any files. */ export declare function disableCodexBundledSkills(text: string): string;