import Result from './types/result'; declare const search: (email: string) => Promise; export default search;