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