export interface IRegister { email: string; password: string; } //# sourceMappingURL=register.d.ts.map