import { InternalIdentity as Identity } from '../../Contracts/index'; import { GetIdentityParams, IdentityService } from './IdentityService'; /** * Used for integrationtests only. */ export declare class IdentityServiceMock extends IdentityService { getIdentity(params: GetIdentityParams): Promise; protected decodeToken(token: any): any; }