import { type FactoryRunId, type GoalId, type PlanId, type PlanRevisionId, type PrincipalId, type ProjectId, type TaskId } from "@awp/contracts";
import type { FactoryRun, Goal, Plan, Project, Task } from "@awp/domain";
export declare const i1Ids: {
    project: ProjectId;
    goal: GoalId;
    plan: PlanId;
    revision: PlanRevisionId;
    taskFoundation: TaskId;
    taskUi: TaskId;
    factoryRun: FactoryRunId;
    owner: PrincipalId;
};
export declare const i1Project: Project;
export declare const i1Goals: readonly Goal[];
export declare const i1Plans: readonly Plan[];
export declare const i1Tasks: readonly Task[];
export declare const i1FactoryRuns: readonly FactoryRun[];
export declare const i1Owner: {
    id: PrincipalId;
    kind: "human";
    capabilities: import("@awp/contracts").Capability[];
};
//# sourceMappingURL=fixtures.d.ts.map