import type { Noun } from 'ai-database';
/**
 * Project Management Entities
 * Project, Task, Milestone, Sprint, Deliverable, Epic, Story, Resource
 */
export declare const Project: Noun;
export declare const Task: Noun;
export declare const Milestone: Noun;
export declare const Sprint: Noun;
export declare const Deliverable: Noun;
export declare const Epic: Noun;
export declare const Story: Noun;
export declare const Resource: Noun;
export declare const ProjectEntities: {
    Project: Noun;
    Task: Noun;
    Milestone: Noun;
    Sprint: Noun;
    Deliverable: Noun;
    Epic: Noun;
    Story: Noun;
    Resource: Noun;
};
export default ProjectEntities;
//# sourceMappingURL=projects.d.ts.map