export default class LocalazyLoginService {
    static generateKeys(): Promise<any>;
    static continuousPoll(readKey: string): Promise<any>;
}
