declare function getVendor(macAddress: string, defaultVendor?: string | null): string | null;
export default getVendor;
export { getVendor };
