import type { Knex } from 'knex'; export declare const ensureTrackingTable: (knex: Knex, tableName: string) => Promise; export declare const listExecuted: (knex: Knex, tableName: string) => Promise; export declare const recordExecuted: (trx: Knex.Transaction, tableName: string, name: string) => Promise;