export interface IProvider {
    name: string;
    domain: string;
    support: string;
}
//# sourceMappingURL=IProvider.d.ts.map