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