import type { Knex } from 'knex'; /** * Delete all rows from user tables (best-effort per dialect). * * @param knex - Knex instance. */ export declare function truncateAllTables(knex: Knex): Promise; //# sourceMappingURL=truncateAllTables.d.ts.map