export type SendEventParameters = { apiKey?: string; } & any; export type InitParameters = { apiKey: string; fetch?: typeof window.fetch; apiURL?: string; }; //# sourceMappingURL=types.d.ts.map