import type { SQLiteDatabase } from '../../sqlite.js'; /** * External lifecycle storage is installed inside TaskLedger's migration * transaction. It intentionally does not infer bindings from legacy task * provenance: only a receipted, candidate-bound decision can create one. */ export declare function applyOperatorTaskExternalLifecycleMigration(db: SQLiteDatabase): void; //# sourceMappingURL=operator-task-external-lifecycle.d.ts.map