/** Codex project artifact writer. */ import type { InitOptions, InitResult } from './types.js'; export declare function writeCodexFiles(targetDir: string, options: InitOptions, result: InitResult): Promise; //# sourceMappingURL=write-codex.d.ts.map