import type { Wallpaper as IWallpaper, WallpaperInstanceSettings } from "../../../gen/types/mod.js"; import { type UnSubscriber } from "../../handlers/mod.js"; import { List } from "../../utils/List.js"; export declare const SUPPORTED_IMAGE_WALLPAPER_EXTENSIONS: string[]; export declare const SUPPORTED_VIDEO_WALLPAPER_EXTENSIONS: string[]; export declare class WallpaperList extends List { static getAsync(): Promise; static onChange(cb: (payload: WallpaperList) => void): Promise; } export interface WallpaperConfiguration extends WallpaperInstanceSettings { } export declare class WallpaperConfiguration { constructor(plain: WallpaperInstanceSettings); static default(): Promise; } //# sourceMappingURL=mod.d.ts.map