import { DataSource } from 'typeorm'; export declare const isDataSource: (value: unknown) => value is DataSource;