import { BackendService } from "../new-flow/backend/BackendService";
export declare class Auth {
private capturePhoto;
private backend;
private cpf;
private base64;
private token;
constructor(cpf: string, backend: BackendService);
login(): Promise<string>;
loading(): void;
}