/**
 * Get the first proper MAC address
 * @param iface If provided, restrict MAC address fetching to this interface
 */
export default function getMAC(iface?: string): string;
/** Check if the input is a valid MAC address */
export declare function isMAC(macAddress: string): boolean;
//# sourceMappingURL=index.d.ts.map