export interface WebLogMaintenanceCommandArgs { readonly expectedManagedRuntimeLaunch: string; readonly expectedWebPlistIdentity: string; } /** Exact private argv shape shared by the attested entry and hidden CLI gate. */ export declare function parseWebLogMaintenanceArguments(argv: readonly string[]): WebLogMaintenanceCommandArgs; //# sourceMappingURL=web-log-maintenance-command.d.ts.map