import type { ConsistencyFixture } from "../../../fixtures/consistency/types.js";
export type { ConsistencyFixture };
export declare const CONSISTENCY_CAPABILITY = "universal-consistency";
export declare function isRuleExcepted(fixture: ConsistencyFixture, rule: string): boolean;
export declare function parseConsistencyFixture(input: unknown): ConsistencyFixture;
export declare function isSuccessStatus(status: string): boolean;
//# sourceMappingURL=types.d.ts.map