import type { Event } from './event.ts'; declare type EventParams = Partial>; /** Build an event for testing purposes. */ export declare function buildEvent(params: EventParams): Event; export {};