import { DynamicError } from './DynamicError'; export declare class EmailAlreadyExistsError extends DynamicError { constructor(); }