import type { PluginListing } from '../types'; /** * The status to show, read from the switches rather than the host. The host's status * describes what is loaded right now, which lags a toggle; reading the switches means * the badge answers the question the user just asked. Errors and not-yet-added win, * since no switch changes either. */ export declare function effectiveStatus(listing: PluginListing): PluginListing['status']; //# sourceMappingURL=pluginStatus.d.ts.map