import type { SerovalNode } from 'seroval';
interface CustomEventNode {
    type: SerovalNode;
    options: SerovalNode;
}
declare const CustomEventPlugin: import("seroval").Plugin<CustomEvent<any>, CustomEventNode>;
export default CustomEventPlugin;
//# sourceMappingURL=custom-event.d.ts.map