export declare class OnAuthOpened { challenge: string; static create(challenge: string): OnAuthOpened; }