import { DomainRepository } from "../../types/DomainRepository"; export declare function createRepository(): DomainRepository;