/** * Report install/setup progress to the web app (onboarding CLI routes). */ export declare function mcpKeyExpiryIso(): string; export declare function postOnboardingCli(path: string, body: unknown, installBearer?: string): Promise; //# sourceMappingURL=onboarding-report.d.ts.map