declare const addProvider: (type: string, name: string, token: string) => Promise<void>;
export default addProvider;
