/** * Detect whether an OpenCode client advertises native provider-quota support. * * This is intentionally a no-fetch duck-typing guard for slot-registration decisions. */ export declare function hasNativeProviderQuotaClient(client: unknown): boolean; //# sourceMappingURL=tui-native-provider-quota.d.ts.map