declare const providers: { google: (email: string) => Promise; haveIBeenPowned: (email: string) => Promise; pastebin: (email: string) => Promise; }; export default providers;