export interface LegacyCodexProviderCleanup { changed: boolean; configPath: string; } export declare function cleanupLegacyCodexProvider(configPath?: string): Promise;