import * as i0 from "@angular/core";
export declare class RegisterService {
    constructor();
    register(email: string, password: string): Promise<boolean>;
    static ɵfac: i0.ɵɵFactoryDeclaration<RegisterService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<RegisterService>;
}
