import type { DomainPort } from './domain';
export interface ProviderPort extends DomainPort {
}
//# sourceMappingURL=provider.d.ts.map