import type { PersistenceBundle } from './persistence-bundle.js'; export interface PersistenceBundleContractHandle { persistence: PersistenceBundle; } /** Compose all store contracts with bundle health, cost, run, and cascade checks. */ export declare function definePersistenceBundleContractTests(name: string, factory: () => Promise): void; //# sourceMappingURL=persistence-bundle-contract.d.ts.map