import { Address } from './address.js'; export declare function address(interfaceName?: string): Promise
; export declare function mac(interfaceName?: string): Promise; export declare function dns(filepath?: string): Promise;