import type { ResourceId } from "./ResourceId.js"; export type SeelenCommandWallpaperSaveThumbnailArgs = { wallpaperId: ResourceId; thumbnailBytes: Array; }; //# sourceMappingURL=SeelenCommandWallpaperSaveThumbnailArgs.d.ts.map