import type { WallpaperId } from "./WallpaperId.js"; export type WallpaperCollection = { id: string; name: string; wallpapers: Array; }; //# sourceMappingURL=WallpaperCollection.d.ts.map