import type { LifecycleEvidence } from "./types.js";
export type LifecycleViolation = {
    rule: string;
    fact: string;
    details?: unknown;
};
export declare function detectLifecycleViolations(lifecycle: LifecycleEvidence): LifecycleViolation[];
//# sourceMappingURL=lifecycle-checks.d.ts.map