import type { SQL, Table } from './types.js'; type ExcludedColumns = { [K in keyof T['_']['columns']]: SQL; }; export declare function excluded(table: T): ExcludedColumns; export {}; //# sourceMappingURL=excluded.d.ts.map