export declare type PROVIDER = {
    name: string;
    url?: string;
};
export declare type PROVIDERS = Array<PROVIDER>;
//# sourceMappingURL=types.d.ts.map