import type { CreateEvent } from '../types/types.js';
export declare const useCreateEvent: <T>(oncreate?: CreateEvent<T>["oncreate"]) => {
    updateRef: (newRef: T) => void;
};
