default: {
    find: ((matchers: PortInfoMatch[]) => Promise<string[]>);
    is: ((path: string, matchers: PortInfoMatch[]) => Promise<boolean>);
}