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