import type { Config } from '../types';
/**
 * 随机获取背景图片 URL
 * 支持多种格式：txt文件、文件夹、网络URL、本地文件
 */
export declare function getRandomBackground(config: Config): string;
