export interface ICustomerRepository<T> {
    findOne?(options: any): Promise<T>;
}
//# sourceMappingURL=customer.repository.interface.d.ts.map