export default class CustomEvent extends Event { #private; constructor(type: string, options?: CustomEventInit); get detail(): any[] | null; }