import { TFixErrorCodes, TOnVerificationFlowEvents } from '../shared/types/core/sdk-events';
export declare const triggerEvent: (eventType: TOnVerificationFlowEvents, eventData?: TFixErrorCodes) => void;
