/**
 * Check user against fraud systems
 * Is this user suspected of fraud?
 *
 * Since this is a demo, it just checks for name+fraud@example.com
 *
 * @param email - Email to look up
 * @returns True if fraudster
 */
export declare function checkIfFraudster(email: string): boolean;
//# sourceMappingURL=checkIfFraudster.d.ts.map