import { SyntaxResult } from "../types";
declare function checkSyntax(email: string): SyntaxResult;
export default checkSyntax;
//# sourceMappingURL=verify.d.ts.map