export declare class DuplicateEmailException extends Error { constructor(email: string); }