import HaveIBeenPowned from '../types/haveIBeenPowned2'; declare const haveIBeenPowned: (email: string) => Promise; export default haveIBeenPowned;