import type { Table } from '../db/types.js'; export declare function resolveTableName(table: string | Table): string; export declare function assertAtMostOneActive(rows: readonly unknown[], table: string): void; //# sourceMappingURL=resolve.d.ts.map