import type { PuristaConfig } from '../../loadPuristaConfig.js'; import type { PuristaProjectInfo } from '../../scanPuristaProject.js'; /** * Adds a new event to the global service event enum or an object if the enum does not exist. */ export declare const ensureServiceEvent: (input: { projectRootPath?: string; puristaProjectConfig: PuristaConfig; puristaProject: PuristaProjectInfo; eventName: string | undefined; description?: string; }) => Promise; //# sourceMappingURL=ensureServiceEvent.d.ts.map