export interface ServiceWhitelistData { id: string; provider: string; whitelisted: boolean; } //# sourceMappingURL=ServiceWhitelistData.d.ts.map