/**
 * Dummy class created with the sole purpose to be able to
 * check if other classes are instances of BaseFirestoreRepository.
 * Typescript is not capable to check instances of generics.
 *
 * @export
 * @class BaseRepository
 */
export declare class BaseRepository {
}
