import { ThreadEntity } from '@/infrastructure/entities/thread.entity'; import { DataSource } from 'typeorm'; export declare const threadProviders: { provide: string; useFactory: (dataSource: DataSource) => import("typeorm").Repository; inject: string[]; }[];