import type { StreamDeck } from '@elgato-stream-deck/core'; import { StreamDeckProxy } from '@elgato-stream-deck/core'; export declare class StreamDeckNode extends StreamDeckProxy { private readonly resetToLogoOnClose; constructor(device: StreamDeck, resetToLogoOnClose: boolean); close(): Promise; } //# sourceMappingURL=wrapper.d.ts.map