import { CapabilityEmitter } from "@vestibule-link/bridge-assistant-alexa"; import { MythAlexaEventFrontend, RegisteringDirective } from "./Frontend"; export default class FrontendWol implements CapabilityEmitter, RegisteringDirective { readonly fe: MythAlexaEventFrontend; readonly getMAC: Function; private readonly spawnCommands; constructor(fe: MythAlexaEventFrontend); register(): Promise; refreshCapability(deltaId: symbol): void; private updateCapability; checkNodeArp(commandName: string): Promise; private capabilities; }