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