import type { InstallOptions } from './types.js'; /** * Display post-installation checklist with next steps for ODH integration. */ export declare function displayPostInstallChecklist(options: InstallOptions): void; //# sourceMappingURL=postInstall.d.ts.map