interface LogParam { eventId: string; } export default function serverLog(logstore: string, param: T): void; export {};