import { BaseKey } from ".."; export declare type LiveEvent = { channel: string; type: "deleted" | "updated" | "created" | "*" | string; payload: { ids?: BaseKey[]; [x: string]: any; }; date: Date; }; //# sourceMappingURL=LiveEvent.d.ts.map