interface PortInfoMatch { manufacturer: string; vendorId: string; productId: string; } declare function find(matchers: PortInfoMatch[]): Promise; declare function is(path: string, matchers: PortInfoMatch[]): Promise; declare const _default: { is: typeof is; find: typeof find; }; export default _default; //# sourceMappingURL=serialPortUtils.d.ts.map