import { Login, Tonwa } from 'tonwa-core'; export declare function createLogin(tonwa: Tonwa): Promise; export declare function showRegister(tonwa: Tonwa): Promise; export declare function showForget(tonwa: Tonwa): Promise;