export declare class PersonalAuthResponse { constructor(); getCredentialId(): string; getExpiryInSeconds(): number; getResponseStatus(): string; isAuthenticated(): boolean; } //# sourceMappingURL=PersonalAuthResponse.d.ts.map