import type { EmptyObject } from '@xylabs/sdk-js' import { GoogleBaseEvent } from './BaseEvent.ts' class GoogleCustomEvent extends GoogleBaseEvent {} export { GoogleCustomEvent }