import type { DnsHoleSummary } from "./dns-hole-summary-types"; export interface DnsHoleSummaryIntegration { getSummaryAsync(): Promise; enableAsync(): Promise; disableAsync(duration?: number): Promise; }