import type { Event } from '../create/types';
export declare function parseEvent<T = any>(event: Record<string, any> | Event): T;
