export declare class VerificationCode { id: number; email: string; phone: string; code: string; expiration: Date; created: Date; }