export interface Provider { description: string; email: string; id: string; name: string; url: string; } //# sourceMappingURL=Provider.d.ts.map