import Domain from './Domain'; export default interface DomainValidator { (domain: Domain): Promise; }