import { IIdentity } from '@essential-projects/iam_contracts'; export declare class ActiveToken { processInstanceId: string; processModelId: string; correlationId: string; flowNodeId: string; flowNodeInstanceId: string; identity: IIdentity; createdAt: Date; payload: any; }