// `db` is a Proxy whose methods are typed via bun-query-builder's generics — // resolution to the concrete invocation here can leave methods marked // `T | undefined` under strict null checks. Cast through `any` so the trait // helpers can call the runtime-defined methods without a guard at every site. export declare function createCategorizableMethods(tableName: string): void;