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