import type { PuristaConfig } from './loadPuristaConfig.js'; /** * Read `ServiceEvent` enum or const-object values from a project event file. */ export declare const getEventNames: (puristaConfig: PuristaConfig, eventEnumFileName: string, projectRootPath?: string) => { name: string; value: string; }[]; //# sourceMappingURL=getEventNames.d.ts.map