type PreparedCodexRuntimeConfig = { notes: string[]; cleanup: () => Promise; }; export declare function stripManagedCodexProviderBlocks(content: string): string; export declare function prepareCodexRuntimeConfig(input: { env: Record; codexHome: string | null; }): Promise; export {}; //# sourceMappingURL=runtime-config.d.ts.map