import type { IR, IREntity, IRStore } from '../../ir.js'; export declare function isPersistentTarget(target: IRStore['target']): boolean; export declare function collectDurableEntities(ir: IR): IREntity[]; //# sourceMappingURL=persistence.d.ts.map