import { type HooksScope } from './codex-hooks.ts'; interface CodexSetupOptions { hooksScope?: HooksScope; hooksFallbackToProject?: boolean; } export declare function codexSetup(options?: CodexSetupOptions): Promise; export {};