import { FlowMoments, FlowSteps } from '../models/FlowSteps'; export default class Events { static callingModule: any; static init(element: any): void; static flowEvent(step: FlowSteps, moment: FlowMoments): void; static flowStarted(): void; static flowAborted(): void; static flowCompleted(): void; static flowError(error: string): void; static tokenExpired(): void; }