import { Event } from "hyinsit-types"; export declare const publishEvent: (event: Event, properties: any, timestamp?: string | number) => Promise;