export declare const login: (username: string, password: string) => Promise<any>;
