export declare class PersonalAuthResponse { getCredentialId(): string getExpiryInSeconds(): number getResponseStatus(): string isAuthenticated(): boolean constructor() }