import Google from '../types/google'; declare const google: (email: string) => Promise; export default google;