import { Item } from './Item'; export declare class DnsService extends Item { forwarders?: string[]; constructor(src: DnsService); }