export declare type InstanceOptions = {
    id?: string;
    override?: boolean;
};
export declare type EventListenerInstance = {
    element: HTMLElement;
    type: string;
    handler: EventListenerOrEventListenerObject;
};
//# sourceMappingURL=types.d.ts.map